aboutsummaryrefslogtreecommitdiffstats
path: root/plpprint
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-08-06 11:14:26 +0000
committerFritz Elfert <felfert@to.com>2002-08-06 11:14:26 +0000
commit8a6406733e385afc86d9937ff79f228ef40afc99 (patch)
tree0054973f54acf951418653e6db0083e55e6da31f /plpprint
parentc72c0680054bcd319e21033d80c8fb25aeef3236 (diff)
downloadplptools-8a6406733e385afc86d9937ff79f228ef40afc99.tar.gz
plptools-8a6406733e385afc86d9937ff79f228ef40afc99.tar.bz2
plptools-8a6406733e385afc86d9937ff79f228ef40afc99.zip
- Bugfix: Some versions of ghostscript failed to print jobs from
plpprintd.
Diffstat (limited to 'plpprint')
-rw-r--r--plpprint/prolog.ps.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/plpprint/prolog.ps.in b/plpprint/prolog.ps.in
index 0991f62..1ddba8e 100644
--- a/plpprint/prolog.ps.in
+++ b/plpprint/prolog.ps.in
@@ -125,9 +125,9 @@ putinterval d
d
}{
% must copy CharStrings dict to make it writeable
- dup length dict begin{d}forall
+ dup length dict begin{def}forall
% copy /Euro charstring from Symbol font
- /Euro /Symbol findfont /CharStrings get /Euro get d
+ /Euro /Symbol findfont /CharStrings get /Euro get def
currentdict end d
}ifelse
}{