forked from Lainports/opnsense-ports
11 lines
336 B
C
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;
|