opnsense-ports/lang/rexx-regutil/files/patch-rxsupport.c
Franco Fichtner ffa47a242c */*: sync with upstream
Taken from: FreeBSD
2016-05-09 07:12:52 +02:00

11 lines
303 B
C

--- 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;
}