diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2004-04-20 10:43:26 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2004-04-20 10:43:26 -0400 |
commit | bff0a2c0390cf1536254ea168d2581cc9550325f (patch) | |
tree | e4a4282b59e956f52921e3d138a96d858ad4e7f0 /src/LYNews.c | |
parent | c8a4110f7fc51d0c90eff9cbfd351f2c0757154d (diff) | |
download | lynx-snapshots-bff0a2c0390cf1536254ea168d2581cc9550325f.tar.gz |
snapshot of project "lynx", label v2-8-6dev_1
Diffstat (limited to 'src/LYNews.c')
-rw-r--r-- | src/LYNews.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYNews.c b/src/LYNews.c index 7d611170..93bd65e9 100644 --- a/src/LYNews.c +++ b/src/LYNews.c @@ -338,7 +338,7 @@ PUBLIC char *LYNewsPost ARGS2( * any non-EUC or non-SJIS 8-bit characters in it where * converted to 7-bit equivalents. - FM */ - print_wwwfile_to_fd(fd, TRUE); + print_wwwfile_to_fd(fd, FALSE, TRUE); } } LYCloseTempFP(fd); /* Close the temp file. */ |