diff options
Diffstat (limited to 'x11/wx1Motif/patches/patch-af')
-rw-r--r-- | x11/wx1Motif/patches/patch-af | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/wx1Motif/patches/patch-af b/x11/wx1Motif/patches/patch-af deleted file mode 100644 index 1deff693b7c..00000000000 --- a/x11/wx1Motif/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.2 2002/08/25 19:24:00 jlam Exp $ - ---- src/base/wb_utils.cpp.orig Fri Nov 20 11:57:58 1998 -+++ src/base/wb_utils.cpp -@@ -691,7 +691,7 @@ - #endif - { - register char *start = d; -- register braces = (*s == '{' || *s == '('); -+ register int braces = (*s == '{' || *s == '('); - register char *value; - while (*d++ = *s) - if (braces ? (*s == '}' || *s == ')') : !(isalnum(*s) || *s == '_') ) |