diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-03 18:46:42 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-03 18:46:42 +0000 |
commit | f7ce5833897cf1987dec55e6e8f791a4572d2c0e (patch) | |
tree | f46e781a2753a6b741a56ea58182bc7347824d4e /chinese/gcin-devel/files/patch-tsin-util.c | |
parent | Add p5-Apache-XBEL 1.3, apache mod_perl handler to render an XBEL file (diff) |
update to 0.2.0
PR: ports/69909
Submitted by: statue <statue@netlab.cse.yzu.edu.tw>
Notes
Notes:
svn path=/head/; revision=115353
Diffstat (limited to 'chinese/gcin-devel/files/patch-tsin-util.c')
-rw-r--r-- | chinese/gcin-devel/files/patch-tsin-util.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chinese/gcin-devel/files/patch-tsin-util.c b/chinese/gcin-devel/files/patch-tsin-util.c deleted file mode 100644 index d6899f223a3f..000000000000 --- a/chinese/gcin-devel/files/patch-tsin-util.c +++ /dev/null @@ -1,11 +0,0 @@ ---- tsin-util.c.orig Sat Jul 24 19:34:37 2004 -+++ tsin-util.c Sat Jul 24 19:34:55 2004 -@@ -149,7 +149,7 @@ - for(;hashno<256;hashno++) hashidx[hashno]++; - - if ((fw=fopen(tsidxfname,"w"))==NULL) { -- error("%s create err", tsidxfname); -+ p_err("%s create err", tsidxfname); - return FALSE; - } - |