Sophie

Sophie

distrib > Mandriva > 2009.1 > i586 > media > main-release-src > by-pkgid > 1d07ce213a28995cbdc042c2cad034d1 > files > 2

ghostscript-8.64-65mdv2009.1.src.rpm

diff -ur ghostscript-8.64.orig/Resource/Init/pdf_font.ps ghostscript-8.64/Resource/Init/pdf_font.ps
--- ghostscript-8.64.orig/Resource/Init/pdf_font.ps	2009-01-07 09:33:14.000000000 +0100
+++ ghostscript-8.64/Resource/Init/pdf_font.ps	2009-02-08 00:18:18.000000000 +0100
@@ -255,7 +255,16 @@
       } if
       div
                 % Stack: font font-res mscale
-      /FirstChar 2 index /FirstChar oget def
+      /FirstChar 2 index /FirstChar knownoget not {
+        2 index /FirtsChar knownoget {
+          (   **** Warning: /FirstChar is misspelled as /FirtsChar.\n)
+          pdfformaterror
+        } {
+          0
+          (   **** Warning: /FirstChar is missing, assuming 0.\n)
+          pdfformaterror
+        } ifelse
+      } if def
       /LastChar  2 index /LastChar  oget def
 
       Encoding length LastChar le {