opnsense-ports/graphics/ayam/files/patch-objects_riproc.c
Franco Fichtner ae1e3c6f0e */*: sync with upstream
Taken from: FreeBSD
2016-03-08 19:03:51 +01:00

11 lines
336 B
C

--- objects/riproc.c.orig 2016-01-13 20:09:57 UTC
+++ objects/riproc.c
@@ -197,7 +197,7 @@ ay_riproc_setpropcb(Tcl_Interp *interp,
char *n1 = "RiProcAttrData";
Tcl_Obj *to = NULL, *toa = NULL, *ton = NULL;
ay_riproc_object *riproc = NULL;
- char *result = NULL;
+ const char *result;
if(!interp || !o)
return AY_ENULL;