summaryrefslogtreecommitdiff
path: root/graphics/ayam/files/patch-objects_root.c
blob: 4bf3f43e8c77089b71c6e71dccfb845953640e18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- objects/root.c.orig	2015-06-23 18:03:50 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;