summaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2000-04-03 02:29:18 +0000
committervanilla <vanilla@FreeBSD.org>2000-04-03 02:29:18 +0000
commit42b14afd702b9b6b52de9220963bad5bbb6ce9b9 (patch)
tree23ef14f166e6b9d04496e7cd982685b59960cb56 /chinese
parenta37812c3ebb556e6eb7a62ddf4102e254d917d38 (diff)
downloadFreeBSD-ports-42b14afd702b9b6b52de9220963bad5bbb6ce9b9.zip
FreeBSD-ports-42b14afd702b9b6b52de9220963bad5bbb6ce9b9.tar.gz
Remove a foolish patch.
Diffstat (limited to 'chinese')
-rw-r--r--chinese/big5con/files/patch-ah18
1 files changed, 0 insertions, 18 deletions
diff --git a/chinese/big5con/files/patch-ah b/chinese/big5con/files/patch-ah
index eb36c51..b049757 100644
--- a/chinese/big5con/files/patch-ah
+++ b/chinese/big5con/files/patch-ah
@@ -1,21 +1,3 @@
---- lib/coding.c.orig Sun Apr 2 18:56:03 2000
-+++ lib/coding.c Sun Apr 2 18:56:36 2000
-@@ -140,13 +140,13 @@
-
- i = 0;
- while (fSRegs[i].registry) {
-- if (!strcasecmp(fSRegs[i].registry, reg))
-+ if (!strncasecmp(fSRegs[i].registry, reg, strlen(reg)))
- return(i|CHR_SFLD);
- i ++;
- }
- i = 0;
- while (fDRegs[i].registry) {
-- if (!strcasecmp(fDRegs[i].registry, reg))
-+ if (!strncasecmp(fDRegs[i].registry, reg, strlen(reg)))
- return(i|CHR_DFLD);
- i ++;
- }
--- lib/font.c.orig Sun Apr 2 18:56:50 2000
+++ lib/font.c Sun Apr 2 18:57:54 2000
@@ -35,6 +35,7 @@
OpenPOWER on IntegriCloud