From: Ben Pfaff Date: Sun, 2 Nov 2014 17:10:56 +0000 (-0800) Subject: Fix some more--only one error remains! X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80d29eecd8c6bf55b24756a973d871b757ed2b4b;p=pspp Fix some more--only one error remains! --- diff --git a/dump.c b/dump.c index 1608b37346..dcf2f6dc92 100644 --- a/dump.c +++ b/dump.c @@ -947,7 +947,23 @@ dump_data(void) { for (int i = 0; i < x; i++) { - dump_value (1); + if (match_byte(3)) + { + char *a = get_string(); + match_byte_assert(0x58); + char *b = get_string(); + char *c = get_string(); + for (int k = 0; k <= 1; k++) + printf (" "); + printf ("\"%s\", \"%s\", \"%s\"", a, b, c); + match_byte(0); + match_byte(0); + match_byte(0); + match_byte(0); + match_byte(0); + } + else + dump_value (1); putchar('\n'); } } diff --git a/notes b/notes index 754a45cbbb..f1ac136774 100644 --- a/notes +++ b/notes @@ -1530,6 +1530,21 @@ web/c6b0660f7afccdb067f766a44ded21ab/00000000031_lightNotesData.bin (Notes): i0 01 58 F40.0(459728) i0 01 58 03 28 28 00 00 00 00 00 40 0f 7c 40 +web/f748b5e575e0a0c2e55698c3b18d272e/00000000094_lightTableData.bin (Model Description): + + i10 + i0 i0 00 58 "^1" i1 i0 03 "MOD_2" 58 "" "MOD_2" 00 + i1 i0 05 58 "V15" "mass/breath" 02 + i2 i0 05 58 "V29" "particles/breath-v2" 02 + i3 i0 03 "None" 58 "" "None" 01 + i4 00 00 00 00 01 58 F40.0(0) + i5 00 00 00 00 01 58 F40.0(0) + i6 00 00 00 00 03 "No periodicity" 58 "no_help" "No periodicity" 01 + i7 00 00 00 00 01 58 F40.0(16) + i8 00 00 00 00 03 "Independence(white noise)" 31 i1 00 00 00 00 00 00 i6 00 00 00 00 58 58 "no_help" "Independence(white noise)" 01 + i9 00 00 00 00 03 "All lags" 58 "no_help" "All lags" 01 + + Data: tdump21 (germano/Crosstabs.pdf) -------------