diff options
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. */ |