From 815d7313445b7bf351178ecb5171ad5f46a4e83f Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 7 Nov 2014 09:34:05 -0800 Subject: [PATCH] Dimension index is actually a word. --- dump.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dump.c b/dump.c index f8150b3894..f478131555 100644 --- a/dump.c +++ b/dump.c @@ -392,10 +392,7 @@ dump_dim(void) match_byte_assert(1); match_byte_assert(1); static int dim_indx = 0; - match_byte_assert(dim_indx++); - pos += 1; - match_byte(0); - match_byte(0); + match_u32_assert(dim_indx++); n_categories = get_u32(); printf("%d nested categories\n", n_categories); -- 2.30.2