summaryrefslogtreecommitdiff
path: root/chinese/tin/files/patch-attrib.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--chinese/tin/files/patch-attrib.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/chinese/tin/files/patch-attrib.c b/chinese/tin/files/patch-attrib.c
index 799cd5695b8a..1b08c74ed16c 100644
--- a/chinese/tin/files/patch-attrib.c
+++ b/chinese/tin/files/patch-attrib.c
@@ -1,14 +1,14 @@
---- src/attrib.c.orig Thu Jan 9 10:55:14 2003
-+++ src/attrib.c Thu Jan 9 10:56:45 2003
-@@ -626,6 +626,11 @@
- fprintf(fp, "delete_tmp_files=ON\n");
- fprintf(fp, "followup_to=poster\n\n");
-
-+ fprintf(fp, _("# set charset to Big5 in all newsgroups\n"));
-+ fprintf(fp, "scope=*\n");
-+ fprintf(fp, "mm_network_charset=Big5\n");
-+ fprintf(fp, "undeclared_charset=Big5\n");
+--- src/attrib.c.orig Wed Aug 20 19:19:52 2003
++++ src/attrib.c Wed Aug 20 19:23:06 2003
+@@ -687,6 +687,11 @@
+ fprintf(fp, "post_proc_type=%d\n", POST_PROC_YES);
+ fprintf(fp, "delete_tmp_files=ON\n");
+ fprintf(fp, "followup_to=poster\n\n");
+
- #if 0 /* FIXME */
- for_each_group(i) {
- group = &active[i];
++ 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");
+ } else {
+ char *ptr;
+ char buf[LEN];