summaryrefslogtreecommitdiffstats
path: root/chinese/zhcon/files
diff options
context:
space:
mode:
authorclive <clive@FreeBSD.org>2001-09-11 13:30:04 +0000
committerclive <clive@FreeBSD.org>2001-09-11 13:30:04 +0000
commit3959866bed94a41a05d897ed12cbc0019a48e7dd (patch)
tree375beaffdf1f2a0b6ab39dd1834f2aa49d102598 /chinese/zhcon/files
parent8084f1e441288099d8224b578d7ca60a499fb631 (diff)
downloadFreeBSD-ports-3959866bed94a41a05d897ed12cbc0019a48e7dd.zip
FreeBSD-ports-3959866bed94a41a05d897ed12cbc0019a48e7dd.tar.gz
I forgot this file.
Diffstat (limited to 'chinese/zhcon/files')
-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 0000000..04ca743
--- /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);
OpenPOWER on IntegriCloud