freebsd-ports/graphics/urt/files/patch-get-getx11-map_scan.c
Pav Lucistnik c42f3b8f1c - Fix for gif2rle (from BRLCAD)
- misc. fixes from the SGI port
- some other warning cleanups and remove a check that was not serving any purpose

PR:		ports/118344
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
2007-12-15 19:53:24 +00:00

11 lines
352 B
C

--- get/getx11/map_scan.c.orig Thu Nov 29 22:24:53 2007
+++ get/getx11/map_scan.c Thu Nov 29 22:26:37 2007
@@ -2195,7 +2195,7 @@
if (!img->divN || !img->modN || !img->dm16 )
{
- fprintf( stderr, "%s: malloc error getting dither arrays\n");
+ fprintf( stderr, "%s: malloc error getting dither arrays\n", progname);
exit (1);
}
}