diff options
Diffstat (limited to 'lang/rexx-regutil/files/patch-rxsupport.c')
-rw-r--r-- | lang/rexx-regutil/files/patch-rxsupport.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/rexx-regutil/files/patch-rxsupport.c b/lang/rexx-regutil/files/patch-rxsupport.c new file mode 100644 index 000000000000..f6cd121edc0c --- /dev/null +++ b/lang/rexx-regutil/files/patch-rxsupport.c @@ -0,0 +1,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; + } |