some footnotes work (76 errors).
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 2 Nov 2014 19:15:58 +0000 (11:15 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 2 Nov 2014 19:15:58 +0000 (11:15 -0800)
dump.c
notes

diff --git a/dump.c b/dump.c
index 96611d976e2da517fa48dbbbc3d2d46aa321dd9a..2ba8e8b3edebe60394a29b34ffc157a6b92c697b 100644 (file)
--- 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 71af21117ebb0ba069146e034fe5006aba020168..587d3d2d198509b9e9ee255e8f2ca992be5edb48 100644 (file)
--- 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
 -----