From b91f863c1ddcbbc79978973fea115fe41ff437f8 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 31 Oct 2014 23:19:02 -0700 Subject: [PATCH] Fix some more. --- dump.c | 22 +++++++++++++++++----- notes | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 5 deletions(-) diff --git a/dump.c b/dump.c index 747c4206d3..e8f865062e 100644 --- a/dump.c +++ b/dump.c @@ -286,11 +286,23 @@ dump_value(int level) int subn; int total_subs = 1; - match_u32_assert (0); - match_u32_assert (0); - subn = get_u32 (); - printf ("nested %d bytes", subn); - pos += subn; + if (match_u32 (1)) + { + printf("(footnote %d) ", get_u32()); + match_byte_assert (0); + match_byte_assert (0); + int subn = get_u32 (); + printf ("nested %d bytes", subn); + pos += subn; + } + else + { + match_u32_assert (0); + match_u32_assert (0); + subn = get_u32 (); + printf ("nested %d bytes", subn); + pos += subn; + } printf ("; \"%s\", substitutions:", get_string()); for (;;) { diff --git a/notes b/notes index 961d3b1da6..bf780bd6b8 100644 --- a/notes +++ b/notes @@ -1198,6 +1198,42 @@ web/b257771a29873ce68ce0c0a4e7582f76/000000000432_lightTableData.bin (Pearson Ch 03 "Column" 58 00 00 00 00 "Column" 01 00 01 i2 01 00 01 i1 i1 05 58 "Judge_Gemacht" "Overall Judgement done" i2 i2 00 00 00 00 00 00 00 00 00 00 00 00 +web/f1b07f87ef9cd720e78efebe4f2551fa/0000000007912_lightTableData.bin (Pairwise Comparisons): + + i4 + + 03 "Statistics" 58 "statistics_10" "Statistics" 01 00 00 i2 01 00 i1 00 i4 + 03 "Mean Difference (I-J)" 58 "mean_difference_i-j" "Mean Difference (I-J)" i1 i2 00 00 00 00 00 00 00 00 + 03 "Std. Error" 58 "standard_error" "Std. Error" i1 i2 i1 00 00 00 00 + 03 "Sig." 31 i1 i1 00 00 i11: (i5: ("" 58) 58 58) "significance_level" "Significance" i1 i2 i2 00 00 00 00 00 + 31 i1 i1 00 00 i53: (i47: ("" 31 "^1% Confidence Interval for Difference") 58 58) "^1% Confidence Interval for Difference" i1 00 00 00 00 + 01 58 00 03 i5 00 00 00 c0 57 40 00 00 01 i2 ff ff ff ff i2 + 03 "Lower Bound" 58 "lower_bound" "Lower Bound" i1 i2 i3 00 00 00 00 + 03 "Upper Bound" 58 "upper_bound" "Upper Bound" i1 i2 i4 00 00 00 00 00 + + 31 00 00 00 00 00 00 00 00 i21: (i15: ("" 31 "(J) ^1") 58 58) "(J) ^1" i1 00 00 00 00 + 05 58 "Group" "Group" 02 00 00 i2 00 00 01 i1 i2 + 02 58 F40.0(1) "Group" "Experimental Group" i3 i2 00 00 00 00 00 00 00 00 + 02 58 F40.0(2) "Group" "Control Group" i3 i2 i1 00 00 00 00 00 + 31 00 00 00 00 00 00 00 00 i21: (i15: ("" 31 "(I) ^1") 58 58 ) "(I) ^1" i1 00 00 00 00 + 05 58 "Group" "Group" 02 00 00 i2 00 00 01 i2 i2 + 02 58 F40.0(1) "Group" "Experimental Group" i3 i2 00 00 00 00 00 00 00 00 + 02 58 F40.0(2) "Group" "Control Group" i3 i2 i1 00 00 00 00 + + 03 "Dependent Variable" 58 "dependent_variable_2" "Dependent Variable" 01 00 01 i2 00 00 01 i3 i12 + 05 58 "PSYCAP_POST2" 00 00 00 00 i3 i2 00 00 00 00 00 00 00 00 + 05 58 "SE_POST2" 00 00 00 00 i3 i2 i1 00 00 00 00 + 05 58 "HOPE_POST2" 00 00 00 00 i3 i2 i2 00 00 00 00 + 05 58 "RES_POST2" 00 00 00 00 i3 i2 i3 00 00 00 00 + 05 58 "OPT_POST2" 00 00 00 00 i3 i2 i4 00 00 00 00 + 05 58 "PWB_POST2" 00 00 00 00 i3 i2 i5 00 00 00 00 + 05 58 "AUTO_POST2" 00 00 00 00 i3 i2 i6 00 00 00 00 + 05 58 "EM_POST2" 00 00 00 00 i3 i2 i7 00 00 00 00 + 05 58 "PG_POST2" 00 00 00 00 i3 i2 i8 00 00 00 00 + 05 58 "PR_POST2" 00 00 00 00 i3 i2 i9 00 00 00 00 + 05 58 "PL_POST2" 00 00 00 00 i3 i2 i10 00 00 00 00 + 05 58 "SA_POST2" 00 00 00 00 i3 i2 i11 00 00 00 00 + Data: tdump21 (germano/Crosstabs.pdf) ------------- -- 2.30.2