diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-10-11 03:03:06 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-10-11 03:03:06 +0000 |
commit | 3735f75b7d14a6610d47bba0c1dfe1b918990deb (patch) | |
tree | 45800a59793e2f949d8dd92643ec3d95dc8066ae /chinese | |
parent | b958d0a412c07e33c752f096a53698ab0f76cd73 (diff) | |
download | ports-3735f75b7d14a6610d47bba0c1dfe1b918990deb.tar.gz ports-3735f75b7d14a6610d47bba0c1dfe1b918990deb.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/tin/files/patch-attrib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/tin/files/patch-attrib.c b/chinese/tin/files/patch-attrib.c index 1b08c74ed16c..a2ede1710dbd 100644 --- a/chinese/tin/files/patch-attrib.c +++ b/chinese/tin/files/patch-attrib.c @@ -8,7 +8,7 @@ + fprintf(fp, _("# set charset to Big5 in all newsgroups\n")); + fprintf(fp, "scope=*\n"); + fprintf(fp, "mm_network_charset=Big5\n"); -+ printf(fp, "undeclared_charset=Big5\n"); ++ fprintf(fp, "undeclared_charset=Big5\n"); } else { char *ptr; char buf[LEN]; |