From edce62378f7b929431a7a0ccfb1feacaaf723f94 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 1 Nov 2014 22:00:22 -0700 Subject: [PATCH] Fix one data example. --- dump.c | 13 +++++++++++++ notes | 11 +++++++++++ 2 files changed, 24 insertions(+) diff --git a/dump.c b/dump.c index 73bed134c0..50e1ba2c3e 100644 --- a/dump.c +++ b/dump.c @@ -697,6 +697,19 @@ dump_data(void) printf ("nested %d bytes", subn); pos += subn; } + else + { + match_u32_assert(2); + printf("(special 2)"); + match_byte_assert(0); + match_byte_assert(0); + match_u32_assert(1); + match_byte_assert(0); + match_byte_assert(0); + int subn = get_u32 (); + printf ("nested %d bytes", subn); + pos += subn; + } } else match_byte_assert (0x58); diff --git a/notes b/notes index 0fe0b26312..6d716e9b70 100644 --- a/notes +++ b/notes @@ -1483,6 +1483,17 @@ web/1fe57275203d4c8b7eca5bd796738e71/00000000014_lightTableData.bin (Correlation i119 00 00 00 00 01 58 F40.3(0.275) i136 00 00 00 00 01 58 F40.3(0.019) +web/f748b5e575e0a0c2e55698c3b18d272e/00000000075_lightTableData.bin (Case Processing Summary): + +i5 +i0 i0 01 58 F40.0(46) +i1 i0 01 58 F40.0(0) +i2 i0 01 31 i2 00 00 i1 00 00 i6 00 00 00 00 58 58 F40.0(62) +i3 i0 01 58 F40.0(15) +i4 i0 01 58 F40.0(15) + + + Data: tdump21 (germano/Crosstabs.pdf) ------------- -- 2.30.2