From: Ben Pfaff Date: Fri, 7 Nov 2014 17:34:05 +0000 (-0800) Subject: Dimension index is actually a word. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=815d7313445b7bf351178ecb5171ad5f46a4e83f;p=pspp Dimension index is actually a word. --- 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);