summaryrefslogtreecommitdiffstats
path: root/innbbsd
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-02-10 14:20:14 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-02-10 14:20:14 +0800
commit790ef96d3e3319f448800689eb40b62aaad31a73 (patch)
tree3e896b458b2b19f1acf6c34fac4c2f7565178f57 /innbbsd
parent1baa5cc29474dd048caaccbb096953094a53e6a4 (diff)
downloadpttbbs-790ef96d3e3319f448800689eb40b62aaad31a73.tar
pttbbs-790ef96d3e3319f448800689eb40b62aaad31a73.tar.gz
pttbbs-790ef96d3e3319f448800689eb40b62aaad31a73.tar.bz2
pttbbs-790ef96d3e3319f448800689eb40b62aaad31a73.tar.lz
pttbbs-790ef96d3e3319f448800689eb40b62aaad31a73.tar.xz
pttbbs-790ef96d3e3319f448800689eb40b62aaad31a73.tar.zst
pttbbs-790ef96d3e3319f448800689eb40b62aaad31a73.zip
slight changes
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2487 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'innbbsd')
-rw-r--r--innbbsd/bbslink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/innbbsd/bbslink.c b/innbbsd/bbslink.c
index 1222db33..ae801785 100644
--- a/innbbsd/bbslink.c
+++ b/innbbsd/bbslink.c
@@ -801,7 +801,7 @@ post_article(node, site, sover, textline)
fprintf(NNTPwfp, "Organization: %s\r\n", MYSITE);
fprintf(NNTPwfp, "Message-ID: <%s>\r\n", sover->msgid);
fprintf(NNTPwfp, "Mime-Version: 1.0\r\n");
- fprintf(NNTPwfp, "Content-Type: text/plain; charset=Big5\r\n");
+ fprintf(NNTPwfp, "Content-Type: text/plain; charset=big5\r\n");
fprintf(NNTPwfp, "Content-Transfer-Encoding: 8bit\r\n");
fprintf(NNTPwfp, "X-Filename: %s/%s\r\n", sover->board, sover->filename);
}