diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | file.c | 4 |
2 files changed, 5 insertions, 4 deletions
@@ -7,9 +7,10 @@ * NEWS: update 2002-12-06 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> - + * w3m 0.3.2 branch: security fix * file.c (process_img): html_quote() + (loadHTMLstream): HTMLlineproc0 internal 2002-11-27 Fumitoshi UKAI <ukai@debian.or.jp> @@ -4147,4 +4148,4 @@ a * [w3m-dev 03276] compile error on EWS4800 * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.467.4.6 2002/12/05 16:48:30 ukai Exp $ +$Id: ChangeLog,v 1.467.4.7 2002/12/05 16:53:19 ukai Exp $ @@ -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); |