summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-09-11 13:30:04 +0000
committerClive Lin <clive@FreeBSD.org>2001-09-11 13:30:04 +0000
commit411e68f7c683b95a7256cc06d686f0cb9e01939c (patch)
tree5aa1f29124348c33a41f3c58658e1359af4a85f2 /chinese
parentUse `msgfmt-new' from gettext-devel package instead of an ungly hack. (diff)
I forgot this file.
Notes
Notes: svn path=/head/; revision=47666
Diffstat (limited to 'chinese')
-rw-r--r--chinese/zhcon/files/extrapatch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/chinese/zhcon/files/extrapatch-aa b/chinese/zhcon/files/extrapatch-aa
new file mode 100644
index 000000000000..04ca74370675
--- /dev/null
+++ b/chinese/zhcon/files/extrapatch-aa
@@ -0,0 +1,13 @@
+--- src/cin2mb.c.orig Tue Sep 11 02:27:51 2001
++++ src/cin2mb.c Tue Sep 11 09:14:54 2001
+@@ -229,7 +229,10 @@
+ buf[0] = buf[1] = buf[2] = buf[3] = '\0';
+ if(fwrite(buf, sizeof(char), 4, fout)!=4) {
+ printf("Fatal write 0000 failed.\n");
++ goto error_close_fout;
+ }
++
++ return(0);
+
+ error_close_fout:
+ if(fout!=NULL) fclose(fout);