summaryrefslogtreecommitdiff
path: root/graphics/ayam/files/patch-objects_riinc.c
blob: 72ecf8f2a2296ecab84bb8535d28f3a1ef51acfc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- objects/riinc.c.orig	2015-06-23 18:03:50 UTC
+++ objects/riinc.c
@@ -184,7 +184,7 @@ ay_riinc_setpropcb(Tcl_Interp *interp, i
  char *n1 = "RiIncAttrData";
  Tcl_Obj *to = NULL, *toa = NULL, *ton = NULL;
  ay_riinc_object *riinc = NULL;
- char *result = NULL;
+ const char *result;
 
   if(!interp || !o)
     return AY_ENULL;