summaryrefslogtreecommitdiff
path: root/textproc/namazu2/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/namazu2/patches/patch-ad')
-rw-r--r--textproc/namazu2/patches/patch-ad13
1 files changed, 0 insertions, 13 deletions
diff --git a/textproc/namazu2/patches/patch-ad b/textproc/namazu2/patches/patch-ad
deleted file mode 100644
index 5d2ac876989..00000000000
--- a/textproc/namazu2/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2004/12/15 13:09:58 taca Exp $
-
---- nmz/field.c.orig 2004-03-21 00:25:09.000000000 +0900
-+++ nmz/field.c
-@@ -122,7 +122,7 @@ nmz_isfield(const char *key)
- }
- key++;
- }
-- if (isalpha(*(key - 1)) && *key == ':' ) {
-+ if (isalpha((unsigned char)*(key - 1)) && *key == ':' ) {
- return 1;
- }
- return 0;