[gs-cvs] rev 7962 - branches/gs-esp-gpl-merger/contrib

giles at ghostscript.com giles at ghostscript.com
Sun May 13 09:13:41 PDT 2007


Author: giles
Date: 2007-05-13 09:13:40 -0700 (Sun, 13 May 2007)
New Revision: 7962

Modified:
   branches/gs-esp-gpl-merger/contrib/gdevhl12.c
Log:
Use the dprintf macro instead of fprintf() to stderr for a warning message.


Modified: branches/gs-esp-gpl-merger/contrib/gdevhl12.c
===================================================================
--- branches/gs-esp-gpl-merger/contrib/gdevhl12.c	2007-05-12 18:25:57 UTC (rev 7961)
+++ branches/gs-esp-gpl-merger/contrib/gdevhl12.c	2007-05-13 16:13:40 UTC (rev 7962)
@@ -474,8 +474,7 @@
 	    continue;
 #if 1
 	/* XXX - please report if you ever see this, then change to #if 0 */
-	fprintf(stderr,
-		"hl1250: compression failed (y=%u), doing 1200x300 dpi\n",
+	dprintf1("hl1250: compression failed (y=%u), doing 1200x300 dpi\n",
 		band + y);
 #endif
 	hl1250_lose_resolution(s);



More information about the gs-cvs mailing list