From: Ben Pfaff Date: Sat, 4 Jul 2020 04:02:02 +0000 (+0000) Subject: crosstabs-only also X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=4f21cc8b5c80d80d50d4599ab434f49bca9a830c crosstabs-only also --- diff --git a/dump-spo2.c b/dump-spo2.c index a7100e6068..ff9e530069 100644 --- a/dump-spo2.c +++ b/dump-spo2.c @@ -718,6 +718,12 @@ parse_category(int level, int j, int *n_leaves) match_u16_assert(0x0e74); match_byte_assert(0); match_DspSimpleText(); + if (match_u16(0x8018)) + { + printf("18 80(%02x %02x %02x) ", + data[pos], data[pos + 1], data[pos + 2]); + pos += 3; + } match_DspString(); int n_subcategories = get_u32();