pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/modify-vars.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/modify-vars.c
Date: Sat, 17 Sep 2005 14:15:38 -0400

Index: pspp/src/modify-vars.c
diff -u pspp/src/modify-vars.c:1.14 pspp/src/modify-vars.c:1.15
--- pspp/src/modify-vars.c:1.14 Sun Jul 31 21:42:46 2005
+++ pspp/src/modify-vars.c      Sat Sep 17 18:15:38 2005
@@ -390,7 +390,8 @@
   struct variable **all_vars;
   struct variable **keep_vars;
   struct variable **drop_vars;
-  size_t all_cnt, keep_cnt, drop_cnt;
+  size_t keep_cnt, drop_cnt;
+  int all_cnt;
 
   struct var_renaming *var_renaming;
   int valid;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]