dump: Font section also includes 0x9a where 0x97/0x98/0x99 found.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 27 Jul 2015 05:03:23 +0000 (22:03 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 27 Jul 2015 05:07:12 +0000 (22:07 -0700)
dump.c

diff --git a/dump.c b/dump.c
index a600e41ae772ec15b72cc18727fa5b2b9efce15f..90c32bf64d89a2245fdf33ce7ccce0ef4663ff8d 100644 (file)
--- a/dump.c
+++ b/dump.c
@@ -757,8 +757,8 @@ dump_fonts(void)
   match_byte_assert(0);
   if (!match_byte(0))
     match_byte_assert(1);
-  if (!match_byte(0x99) && !match_byte(0x98))
-    match_byte_assert(0x97);
+  if (!match_byte(0x97) && !match_byte(0x98) && !match_byte(0x99))
+    match_byte_assert(0x9a);
   match_byte_assert(7);
   match_byte_assert(0);
   match_byte_assert(0);