Fix a couple more.
[pspp] / dump.c
diff --git a/dump.c b/dump.c
index faea74221ccc7b2d660829b9cf6c2c952d9ce5b0..747c4206d3ee7ea1c2c5b3cc82349e2373abdb0f 100644 (file)
--- a/dump.c
+++ b/dump.c
@@ -237,8 +237,11 @@ dump_value(int level)
       vallab = get_string ();
       printf ("value %g format %d(%d.%d) var \"%s\" vallab \"%s\"",
               value, format >> 16, (format >> 8) & 0xff, format & 0xff, var, vallab);
-      if (!match_u32 (1) && !match_u32(2))
-        match_u32_assert (3);
+      if (!match_byte (1) && !match_byte(2))
+        match_byte_assert (3);
+      match_byte (0);
+      match_byte (0);
+      match_byte (0);
       match_byte (0);
       match_byte (0);
       match_byte (0);