From 089a6279bf314427f1674f6f63c5cb98e28ba20e Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 16 Oct 2014 20:56:07 -0700 Subject: [PATCH] Get a few more tables' dimensions reading OK. The main stragglers are ones with "31" tags but there are few others. --- dump.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dump.c b/dump.c index 9a44b0346c..a59a628e3b 100644 --- a/dump.c +++ b/dump.c @@ -143,7 +143,8 @@ dump_category(int level) match_byte_assert (0x58); printf ("variable \"%s\"", get_string()); get_string(); - match_byte_assert (3); + if (!match_byte (3)) + match_byte_assert (2); match_byte (0); match_byte (0); match_byte (0); -- 2.30.2