rev 348 - trunk

[email protected] Fri, 3 Dec 2004 09:03:02 -0800 (PST)
Newsgroups gmane.comp.printing.ghostscript.jbig2dec.cvs
Message-ID <[email protected]>
Author: giles
Date: 2004-12-03 09:03:02 -0800 (Fri, 03 Dec 2004)
New Revision: 348

Modified:
   trunk/jbig2_refinement.c
Log:
#ifdef protect a debug image dump.


Modified: trunk/jbig2_refinement.c
===================================================================
--- trunk/jbig2_refinement.c	2004-12-03 06:55:35 UTC (rev 347)
+++ trunk/jbig2_refinement.c	2004-12-03 17:03:02 UTC (rev 348)
@@ -89,7 +89,7 @@
       jbig2_image_set_pixel(image, x, y, bit);
     }
   }
-
+#ifdef JBIG2_DEBUG
   {
     static count = 0;
     char name[32];
@@ -99,6 +99,7 @@
     jbig2_image_write_pbm_file(image, name);
     count++;
   }
+#endif
 
   return 0;
 }