Fix more.
[pspp] / dump.c
diff --git a/dump.c b/dump.c
index 41d4b068252c82e39f7d467124e9a49f013efa27..faea74221ccc7b2d660829b9cf6c2c952d9ce5b0 100644 (file)
--- a/dump.c
+++ b/dump.c
@@ -541,7 +541,8 @@ dump_dim(void)
 
   if (!match_byte(0) && !match_byte(1))
     match_byte_assert(2);
-  match_u32_assert(2);
+  if (!match_u32(0))
+    match_u32_assert(2);
   if (!match_byte(0))
     match_byte_assert(1);
   match_byte(0);