[gs-cvs] rev 7090 - trunk/gs/src

stefan at ghostscript.com stefan at ghostscript.com
Fri Oct 6 08:18:11 PDT 2006


Author: stefan
Date: 2006-10-06 08:18:10 -0700 (Fri, 06 Oct 2006)
New Revision: 7090

Modified:
   trunk/gs/src/gdevdflt.c
Log:
Changing a logging error into a return error that will be ignored later.

This makes the -Z# debugging output more usable.




Modified: trunk/gs/src/gdevdflt.c
===================================================================
--- trunk/gs/src/gdevdflt.c	2006-10-06 15:16:00 UTC (rev 7089)
+++ trunk/gs/src/gdevdflt.c	2006-10-06 15:18:10 UTC (rev 7090)
@@ -878,7 +878,7 @@
     const gs_imager_state *pis, const gx_drawing_color *pdcolor,
     const gx_clip_path *pcpath)
 {
-    return_error(gs_error_rangecheck);
+    return gs_error_rangecheck;
 }
 
 int



More information about the gs-cvs mailing list