Fix bugs #20493, #20494.
[pspp-builds.git] / src / language / stats / ChangeLog
index 3ec57a78dad65da6e6633705fc87babbb0adb27f..78a256afcaa33066e17ea4cad5cd26d536853400 100644 (file)
@@ -1,3 +1,13 @@
+2007-07-24  Ben Pfaff  <blp@gnu.org>
+
+       * flip.c (struct flip_pgm): Remove `case_size' member (now
+       unused).
+       (cmd_flip): Pass var_cnt as number of cases instead of case_cnt,
+       to fix bug #20494.  Don't assign to `case_size' member, which was
+       unused after assignment.
+       (build_dictionary): When NEWNAMES not used, get the number of
+       variables right, to fix bug #20493.
+
 2007-07-10  Jason Stover  <jhs@math.gcsu.edu>
 
        * glm.q: Initial version of the GLM procedure.