projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75a05a0
)
crosstabs-only also
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 4 Jul 2020 04:02:02 +0000
(
04:02
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 4 Jul 2020 04:02:02 +0000
(
04:02
+0000)
dump-spo2.c
patch
|
blob
|
history
diff --git
a/dump-spo2.c
b/dump-spo2.c
index a7100e60689792445d0af54aa6dcbde8b0765390..ff9e5300692260ae9f705fe3effb7171d683e544 100644
(file)
--- 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();