Fix for 687220, errors for fonts reached via symbolic links
Alex Cherepanov <[email protected]>
| Newsgroups | gmane.comp.printing.ghostscript.patches |
|---|---|
| Organization | Coscript Software |
| Message-ID | <[email protected]> |
This problem is unrelated to symlinks. The patch removes spurious stack adjustment that caused /unmatchedmark when the font is loaded from Resource/Fonts/ _______________________________________________ gs-code-review mailing list [email protected] http://www.ghostscript.com/mailman/listinfo/gs-code-review
gs_fonts.ps.diff
(text/plain, 530 B)
Index: gs/lib/gs_fonts.ps
===================================================================
RCS file: /cvs/ghostscript/gs/lib/gs_fonts.ps,v
retrieving revision 1.45
diff -b -u -r1.45 gs_fonts.ps
--- gs/lib/gs_fonts.ps 10 Dec 2003 23:07:10 -0000 1.45
+++ gs/lib/gs_fonts.ps 3 Jan 2004 07:23:10 -0000
@@ -966,7 +966,7 @@
pop
pop dup .fonttempstring /FontResourceDir getsystemparam .genericrfn
.loadfontloop {
- exch pop exch pop true
+ //true
} {
dup .nametostring .loadfontloop
} ifelse