This fixes "dump all" up to an including dump_title() in the whole expanded
corpus.
pos = 0;
match_byte_assert(1);
match_byte_assert(0);
- match_u32_assert(3);
+
+ /* This might be a version number of some kind, because it seems to
+ only appear in an SPV file that also required its own weird
+ special cases in dump_value_31(). */
+ if (!match_u32(1))
+ match_u32_assert(3);
+
match_byte_assert(1);
if (!match_byte(0))
match_byte_assert(1);