diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-01 17:41:50 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-01 17:41:50 +0000 |
commit | b4e7eef7bd071b5bf06b834d5375415e5f5e069e (patch) | |
tree | 0d9f13dd01516be4751fb719e8ae426cbc566a7a /chinese/gcin-devel/files/patch-tsin-util.c | |
parent | Unbreak 'make readme' (diff) |
Add gcin 0.1.9, a triditional chinese input utility in X.
PR: ports/69530
Submitted by: Shen Chuan-Hsing
Notes
Notes:
svn path=/head/; revision=115212
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, 11 insertions, 0 deletions
diff --git a/chinese/gcin-devel/files/patch-tsin-util.c b/chinese/gcin-devel/files/patch-tsin-util.c new file mode 100644 index 000000000000..d6899f223a3f --- /dev/null +++ b/chinese/gcin-devel/files/patch-tsin-util.c @@ -0,0 +1,11 @@ +--- 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; + } + |