blob: e392c305f3434c6927e3db066108a0a44f07c218 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- objects/text.c.orig 2015-06-23 18:03:50 UTC
+++ objects/text.c
@@ -274,7 +274,7 @@ ay_text_setpropcb(Tcl_Interp *interp, in
/*int ay_status = AY_OK;*/
char fname[] = "setProp";
char *n1 = "TextAttrData";
- char *result;
+ const char *result;
Tcl_Obj *to = NULL, *toa = NULL, *ton = NULL;
ay_text_object *text = NULL;
Tcl_UniChar *unistr = NULL;
|