forked from Lainports/opnsense-ports
11 lines
276 B
C
11 lines
276 B
C
--- objects/root.c.orig 2016-01-13 20:09:57 UTC
|
|
+++ objects/root.c
|
|
@@ -215,7 +215,7 @@ ay_root_setpropcb(Tcl_Interp *interp, in
|
|
ay_riopt *riopt = NULL;
|
|
double dtemp = 0.0;
|
|
int itemp = 0;
|
|
- char *result;
|
|
+ const char *result;
|
|
|
|
if(!interp || !o)
|
|
return AY_ENULL;
|