- 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>
11 lines
352 B
C
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);
|
|
}
|
|
}
|