[gs-cvs] rev 8146 - trunk/gs/contrib/lips4
alexcher at ghostscript.com
alexcher at ghostscript.com
Thu Jul 26 21:27:37 PDT 2007
Author: alexcher
Date: 2007-07-26 21:27:36 -0700 (Thu, 26 Jul 2007)
New Revision: 8146
Modified:
trunk/gs/contrib/lips4/gdevlprn.h
Log:
Add a missing member to the initialiser macro for the device structure of
japanese laser printer vector PDLs. Fix a FPE crash. Bug 689366.
DIFFERENCES:
None
Modified: trunk/gs/contrib/lips4/gdevlprn.h
===================================================================
--- trunk/gs/contrib/lips4/gdevlprn.h 2007-07-25 22:05:04 UTC (rev 8145)
+++ trunk/gs/contrib/lips4/gdevlprn.h 2007-07-27 04:27:36 UTC (rev 8146)
@@ -82,6 +82,7 @@
{ 0 }, /* fname */\
0/*false*/, /* OpenOutputFile */\
0/*false*/, /* ReopenPerPage */\
+ 0/*false*/, /* page_uses_transparency */\
0/*false*/, -1, /* Duplex[_set] */\
0/*false*/, 0, 0, 0, /* file_is_new ... buf */\
0, 0, 0, 0, 0/*false*/, 0, 0, /* buffer_memory ... clist_dis'_mask */\
@@ -124,6 +125,7 @@
{ 0 }, /* fname */\
0/*false*/, /* OpenOutputFile */\
0/*false*/, /* ReopenPerPage */\
+ 0/*false*/, /* page_uses_transparency */\
0/*false*/, 0, /* Duplex[_set] */\
0/*false*/, 0, 0, 0, /* file_is_new ... buf */\
0, 0, 0, 0, 0/*false*/, 0, 0, /* buffer_memory ... clist_dis'_mask */\
More information about the gs-cvs
mailing list