diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-12-05 16:53:19 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-12-05 16:53:19 +0000 |
commit | c188a0ba1a5d44d07d19bf4f2a59c788f98fd598 (patch) | |
tree | bd7c8139878c2b3d4ccc732e3407523283526e98 /file.c | |
parent | fix indent (diff) | |
download | w3m-release-0-3-2-2.tar.gz w3m-release-0-3-2-2.zip |
* file.c (loadHTMLstream): HTMLlineproc0 internalrelease-0-3-2-2branch-0-3-2
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: file.c,v 1.109.2.1 2002/12/05 16:44:56 ukai Exp $ */ +/* $Id: file.c,v 1.109.2.2 2002/12/05 16:53:19 ukai Exp $ */ #include "fm.h" #include <sys/types.h> #include "myctype.h" @@ -6241,7 +6241,7 @@ loadHTMLstream(URLFile *f, Buffer *newBuf, FILE * src, int internal) HTMLlineproc0(lineBuf2->ptr, &htmlenv1, internal); } if (obuf.status != R_ST_NORMAL) - HTMLlineproc1(correct_irrtag(obuf.status)->ptr, &htmlenv1); + HTMLlineproc0(correct_irrtag(obuf.status)->ptr, &htmlenv1, internal); obuf.status = R_ST_NORMAL; completeHTMLstream(&htmlenv1, &obuf); flushline(&htmlenv1, &obuf, 0, 2, htmlenv1.limit); |