projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d2daa5
)
dump: Font section also includes 0x9a where 0x97/0x98/0x99 found.
author
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 27 Jul 2015 05:03:23 +0000
(22:03 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 27 Jul 2015 05:07:12 +0000
(22:07 -0700)
dump.c
patch
|
blob
|
history
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(0x9
9) && !match_byte(0x98
))
- match_byte_assert(0x9
7
);
+ if (!match_byte(0x9
7) && !match_byte(0x98) && !match_byte(0x99
))
+ match_byte_assert(0x9
a
);
match_byte_assert(7);
match_byte_assert(0);
match_byte_assert(0);