diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-09-11 13:30:04 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-09-11 13:30:04 +0000 |
commit | 411e68f7c683b95a7256cc06d686f0cb9e01939c (patch) | |
tree | 5aa1f29124348c33a41f3c58658e1359af4a85f2 /chinese/zhcon/files | |
parent | 8da1d9c0174dfed6847942f46a592f3e02e5a8a3 (diff) |
I forgot this file.
Notes
Notes:
svn path=/head/; revision=47666
Diffstat (limited to 'chinese/zhcon/files')
-rw-r--r-- | chinese/zhcon/files/extrapatch-aa | 13 |
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); |