summaryrefslogtreecommitdiff
path: root/gs/contrib
diff options
context:
space:
mode:
authorAlex Cherepanov <alex.cherepanov@artifex.com>2007-07-27 04:27:36 +0000
committerAlex Cherepanov <alex.cherepanov@artifex.com>2007-07-27 04:27:36 +0000
commit61ea92b23f78421b0c599c0d2137ff90f1a722f3 (patch)
tree58967f3ac98f999d9a8069d378c540f2bc935121 /gs/contrib
parentdc1ac71592d279d0590617b252f6ca849de0f462 (diff)
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 git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@8146 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/contrib')
-rw-r--r--gs/contrib/lips4/gdevlprn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gs/contrib/lips4/gdevlprn.h b/gs/contrib/lips4/gdevlprn.h
index a7fb57e01..00ae0a1a2 100644
--- a/gs/contrib/lips4/gdevlprn.h
+++ b/gs/contrib/lips4/gdevlprn.h
@@ -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 */\