From 9bc44ff30b792e85e4e7e8e7db620e56f11ffa3d Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 2 Nov 2014 11:15:58 -0800 Subject: [PATCH] some footnotes work (76 errors). --- dump.c | 15 +++++++++++++++ notes | 12 ++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dump.c b/dump.c index 96611d976e..2ba8e8b3ed 100644 --- a/dump.c +++ b/dump.c @@ -1280,6 +1280,21 @@ dump_title(void) } else match_byte_assert(0x58); + + + int n_footnotes = get_u32(); + fprintf(stderr, "%d footnotes\n", n_footnotes); + printf("------\n%d footnotes\n", n_footnotes); + if (n_footnotes < 10) + { + for (int i = 0; i < n_footnotes; i++) + { + printf("footnote %d:\n", i); + dump_value(0); + match_byte_assert(0x58); + printf("(%d)\n", get_u32()); + } + } } int diff --git a/notes b/notes index 71af21117e..587d3d2d19 100644 --- a/notes +++ b/notes @@ -343,6 +343,18 @@ web/6bd5afeffbab87befbcd8d201254a5e6/0000000008104_lightTableData.bin: "Speed" 58 00 00 00 00 "Speed" 00 58 58 00 00 00 00 +Footnotes +--------- + +germano/Crosstabs/00000000016_lightTableData.bin: + +i4 + +03 "Not assuming the null hypothesis." 58 00 00 00 00 "Assuming the alternate hypothesis" 01 58 i11 +03 "Using the asymptotic standard error assuming the null hypothesis." 58 00 00 00 00 "Using the asym std error ..." 01 58 i9 +03 "Based on chi-square approximation" 58 00 00 00 00 "Based on chi-square approximation" 01 58 i2 +03 "Likelihood ratio chi-square probability." 58 00 00 00 00 "Likelihood ratio chi-squ ..." 01 58 i3 + Fonts ----- -- 2.30.2