summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlgs/Resource/Init/gs_res.ps
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlgs/Resource/Init/gs_res.ps')
-rw-r--r--Master/tlpkg/tlgs/Resource/Init/gs_res.ps4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlgs/Resource/Init/gs_res.ps b/Master/tlpkg/tlgs/Resource/Init/gs_res.ps
index 41214bf358b..c531b36625d 100644
--- a/Master/tlpkg/tlgs/Resource/Init/gs_res.ps
+++ b/Master/tlpkg/tlgs/Resource/Init/gs_res.ps
@@ -1075,7 +1075,7 @@ end
% but it still needs to restore the stacks reliably if it fails.
/.findfontop {
{ /Font findresource } stopped {
- pop /findfont $error /errorname get signalerror
+ pop /findfont cvx $error /errorname get signalerror
} if
} bind executeonly odef
/findfont {
@@ -1100,7 +1100,7 @@ end % level2dict
} forall
/.findencoding {
{ /Encoding findresource } stopped {
- pop /findencoding $error /errorname get signalerror
+ pop /findencoding cvx $error /errorname get signalerror
} if
} bind def
/findencoding /.findencoding load def % must be a procedure