aboutsummaryrefslogtreecommitdiff
path: root/chinese/tin
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-10-11 03:03:06 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-10-11 03:03:06 +0000
commit3735f75b7d14a6610d47bba0c1dfe1b918990deb (patch)
tree45800a59793e2f949d8dd92643ec3d95dc8066ae /chinese/tin
parentb958d0a412c07e33c752f096a53698ab0f76cd73 (diff)
downloadports-3735f75b7d14a6610d47bba0c1dfe1b918990deb.tar.gz
ports-3735f75b7d14a6610d47bba0c1dfe1b918990deb.zip
fix typo (s/ printf/ sprintf/)
Notes
Notes: svn path=/head/; revision=90823
Diffstat (limited to 'chinese/tin')
-rw-r--r--chinese/tin/files/patch-attrib.c2
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];