[Debian-tex-commits] SVN tetex-bin commit + diffs: r1860 - tetex-bin/trunk/debian/patches

Norbert Preining preining-guest at costa.debian.org
Thu Oct 19 08:45:39 UTC 2006


Author: preining-guest
Date: 2006-10-19 08:45:38 +0000 (Thu, 19 Oct 2006)
New Revision: 1860

Modified:
   tetex-bin/trunk/debian/patches/patch-pdftex-ttftable
Log:
fix the patch, there WAS && != 0x0003 with a missing "version"


Modified: tetex-bin/trunk/debian/patches/patch-pdftex-ttftable
===================================================================
--- tetex-bin/trunk/debian/patches/patch-pdftex-ttftable	2006-10-19 08:28:23 UTC (rev 1859)
+++ tetex-bin/trunk/debian/patches/patch-pdftex-ttftable	2006-10-19 08:45:38 UTC (rev 1860)
@@ -10,7 +10,7 @@
      ttf_reset_chksm(tab);
      version = get_ushort();
 -    if (version != 0x0000 && version != 0x0001 && version != 0x0002)
-+    if (version != 0x0000 && version != 0x0001 && version != 0x0002 && != 0x0003)
++    if (version != 0x0000 && version != 0x0001 && version != 0x0002 && version != 0x0003)
          pdftex_fail("unknown verssion of OS/2 table (%.4X)", version);
      put_ushort(0x0001); /* fix version to 1*/
      ttf_ncopy(2*TTF_USHORT_SIZE + 13*TTF_SHORT_SIZE + 10*TTF_BYTE_SIZE);




More information about the Debian-tex-commits mailing list