static void
dump_category(int level)
{
- match_byte (0);
- match_byte (0);
- match_byte (0);
- match_byte (0);
dump_value (level);
- if (match_u32 (2))
- get_u32 ();
- else if (match_u32 (1))
- {
- match_byte (0);
- match_byte (0);
- match_byte (0);
- get_u32 ();
- }
+ if (match_u32 (1))
+ match_byte (0);
else if (match_byte (1))
{
match_byte (0);
if (!match_u32 (2))
match_u32_assert (1);
match_byte (0);
- get_u32();
- }
- else
- {
- match_u32_assert (0);
- get_u32 ();
}
+ else if (!match_u32(2))
+ match_u32_assert (0);
+
+ get_u32 ();
int n_categories = get_u32();
if (n_categories > 0)