summaryrefslogtreecommitdiff
path: root/multimedia/ming/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/ming/patches/patch-ae')
-rw-r--r--multimedia/ming/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/ming/patches/patch-ae b/multimedia/ming/patches/patch-ae
new file mode 100644
index 00000000000..5424c8a5a04
--- /dev/null
+++ b/multimedia/ming/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2008/04/03 08:42:25 joerg Exp $
+
+--- src/actioncompiler/compile.c.orig 2008-04-03 10:33:17.000000000 +0200
++++ src/actioncompiler/compile.c
+@@ -536,7 +536,7 @@ void lower(char *s)
+ {
+ while(*s)
+ {
+- *s = tolower(*s);
++ *s = tolower((unsigned char)*s);
+ ++s;
+ }
+ }