mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
193379f492
PR: 206248 Submitted by: tkato432 yahoo com Sponsored by: Absolight
12 lines
361 B
C
12 lines
361 B
C
--- objects/text.c.orig 2016-01-13 20:09:57 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;
|