From: Ben Pfaff Date: Sun, 2 Nov 2014 19:44:26 +0000 (-0800) Subject: Fix lots of footnotes, 16 left. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=06916912cd666cbbe0921609acfab653aaa1f809 Fix lots of footnotes, 16 left. --- diff --git a/dump.c b/dump.c index 2ba8e8b3ed..2ba9827ba5 100644 --- a/dump.c +++ b/dump.c @@ -1291,7 +1291,17 @@ dump_title(void) { printf("footnote %d:\n", i); dump_value(0); - match_byte_assert(0x58); + if (match_byte (0x31)) + { + match_byte_assert(3); + get_string(); + match_byte_assert(0x58); + match_u32_assert(0); + get_string(); + match_byte_assert(0); + } + else + match_byte_assert (0x58); printf("(%d)\n", get_u32()); } } diff --git a/notes b/notes index 587d3d2d19..584631f4b0 100644 --- a/notes +++ b/notes @@ -348,12 +348,18 @@ Footnotes germano/Crosstabs/00000000016_lightTableData.bin: -i4 + 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 -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 +web/1ae63a04381624dac939ac62eca63fec/00000000054_lightTableData.bin: + + i2 + 03 "Correlation is significant at the 0.05 level (2-tailed)." 58 00 00 00 00 "Correlation is significant at the 0.05 level (2-tailed)." 01 31 03 "*" 58 00 00 00 00 "*" 00 i2 + 03 "Correlation is significant at the 0.01 level (2-tailed)." 58 00 00 00 00 "Correlation is significant at the 0.01 level (2-tailed)." 01 31 03 "**" 58 00 00 00 00 "**" 00 i4 Fonts -----