freebsd-ports/graphics/ayam/files/patch-objects_riproc.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
332 B
C

--- objects/riproc.c.orig 2007-12-17 18:41:21.000000000 +0100
+++ objects/riproc.c 2007-12-17 18:41:58.000000000 +0100
@@ -197,7 +197,7 @@
char *n1 = "RiProcAttrData";
Tcl_Obj *to = NULL, *toa = NULL, *ton = NULL;
ay_riproc_object *riproc = NULL;
- char *result = NULL;
+ const char *result;
if(!o)
return AY_ENULL;