From: Ben Pfaff Date: Sat, 1 Nov 2014 06:02:14 +0000 (-0700) Subject: Fix more. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73745ab54190d58ead4fdf3de6a5142d92d4de80;p=pspp Fix more. --- diff --git a/dump.c b/dump.c index 41d4b06825..faea74221c 100644 --- a/dump.c +++ b/dump.c @@ -541,7 +541,8 @@ dump_dim(void) if (!match_byte(0) && !match_byte(1)) match_byte_assert(2); - match_u32_assert(2); + if (!match_u32(0)) + match_u32_assert(2); if (!match_byte(0)) match_byte_assert(1); match_byte(0); diff --git a/notes b/notes index f255153b12..543474a92c 100644 --- a/notes +++ b/notes @@ -1172,6 +1172,18 @@ web/75e80a604626e6bdbb6a107901dc9b36/000000000344_lightTableData.bin (Frequencie 03 "Valid Percent" 58 "valid_percent" "Valid Percent" i1 i2 i2 00 00 00 00 03 "Cumulative Percent" 58 "cumulative_percent" "Cumulative Percent" i1 i2 i3 00 00 00 00 00 00 00 00 +web/9c0f5ba2cd60a97194a82cdc67efc3cb/000000000176_lightTableData.bin (Functions at Group Centroids): + + i2 + + 05 58 "group" "" 02 00 00 00 00 00 00 00 00 i1 00 i2 + 02 58 F40.0(1) "group" 00 00 00 00 i2 i2 00 00 00 00 00 00 00 00 + 02 58 F40.0(2) "group" 00 00 00 00 i2 i2 i1 00 00 00 00 + + 03 "Function" 58 "function_6" "Function" 01 00 01 i2 00 00 01 i1 i1 + 01 58 F40.0(1) + + Data: tdump21 (germano/Crosstabs.pdf) -------------