rev 339 - trunk
[email protected] Wed, 1 Dec 2004 10:21:53 -0800 (PST)
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: giles
Date: 2004-12-01 10:21:52 -0800 (Wed, 01 Dec 2004)
New Revision: 339
Modified:
trunk/jbig2_refinement.c
Log:
Protect the refinement region debug output with an #ifdef.
Modified: trunk/jbig2_refinement.c
===================================================================
--- trunk/jbig2_refinement.c 2004-11-24 19:35:47 UTC (rev 338)
+++ trunk/jbig2_refinement.c 2004-12-01 18:21:52 UTC (rev 339)
@@ -139,6 +139,7 @@
}
}
+#ifdef JBIG2_DEBUG
{
static count = 0;
char name[32];
@@ -148,6 +149,7 @@
jbig2_image_write_pbm_file(image, name);
count++;
}
+#endif
return 0;
}