1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/graphics/ayam/files/patch-objects_text.c
Mathieu Arnold 193379f492 Update to 1.23.
PR:		206248
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-08 16:04:15 +00:00

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;