From 8a6406733e385afc86d9937ff79f228ef40afc99 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Tue, 6 Aug 2002 11:14:26 +0000 Subject: - Bugfix: Some versions of ghostscript failed to print jobs from plpprintd. --- plpprint/prolog.ps.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plpprint') 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 }{ -- cgit v1.2.3