diff options
author | Fritz Elfert <felfert@to.com> | 2002-08-06 11:14:26 +0000 |
---|---|---|
committer | Fritz Elfert <felfert@to.com> | 2002-08-06 11:14:26 +0000 |
commit | 8a6406733e385afc86d9937ff79f228ef40afc99 (patch) | |
tree | 0054973f54acf951418653e6db0083e55e6da31f /plpprint/prolog.ps.in | |
parent | c72c0680054bcd319e21033d80c8fb25aeef3236 (diff) | |
download | plptools-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/prolog.ps.in')
-rw-r--r-- | plpprint/prolog.ps.in | 4 |
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 }{ |