[gs-commits] rev 11792 - branches/luratech_work/Resource/Init
alexcher at ghostscript.com
alexcher at ghostscript.com
Tue Oct 12 21:56:13 UTC 2010
Author: alexcher
Date: 2010-10-12 21:56:13 +0000 (Tue, 12 Oct 2010)
New Revision: 11792
Modified:
branches/luratech_work/Resource/Init/pdf_draw.ps
Log:
Fix incorrect attribute name: s/Params/DecodeParms/ .
This bug was unnoticed because we don't have sample files to test this.
Modified: branches/luratech_work/Resource/Init/pdf_draw.ps
===================================================================
--- branches/luratech_work/Resource/Init/pdf_draw.ps 2010-10-12 20:39:31 UTC (rev 11791)
+++ branches/luratech_work/Resource/Init/pdf_draw.ps 2010-10-12 21:56:13 UTC (rev 11792)
@@ -1225,29 +1225,29 @@
dup length 1 sub 0 exch getinterval
1 index exch /Filter exch put
- dup /Params knownoget {
+ dup /DecodeParms knownoget {
dup type /arraytype eq {
dup length 1 gt {
dup length 1 sub 0 exch getinterval
- 1 index exch /Params exch put
+ 1 index exch /DecodeParms exch put
} {
pop
- dup /Params undef
+ dup /DecodeParms undef
} ifelse
} {
pop
- dup /Params undef
+ dup /DecodeParms undef
} ifelse
} if
} {
pop
dup /Filter undef
- dup /Params undef
+ dup /DecodeParms undef
} ifelse
} {
pop
dup /Filter undef
- dup /Params undef
+ dup /DecodeParms undef
} ifelse
//false resolvestream get_jp2_csp
More information about the gs-commits
mailing list