freebsd-ports/graphics/ayam/files/patch-objects_text.c
Martin Wilke 229ea01b19 - Update to 1.13 (fix pointyhat build)
- Pass maintainership to submitter

PR:		118786
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
2007-12-18 00:19:10 +00:00

11 lines
364 B
C

--- objects/text.c.orig 2007-12-17 18:46:17.000000000 +0100
+++ objects/text.c 2007-12-17 18:46:39.000000000 +0100
@@ -164,7 +164,7 @@
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;