aboutsummaryrefslogtreecommitdiffstats
path: root/lang/rexx-regutil/files/patch-rxsupport.c
blob: f6cd121edc0c58dac1533336e44dd49ce15a67c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- rxsupport.c.orig	2003-09-10 21:09:44 UTC
+++ rxsupport.c
@@ -612,7 +612,7 @@ int cha_adddummy(chararray *ca, const ch
     }
 
     ca->array[ca->count].strlength = len;
-    ca->array[ca->count++].strptr = (unsigned char *)str;
+    ca->array[ca->count++].strptr = (char *)str;
 
     return 0;
 }