pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/src/var-labs.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/var-labs.c
Date: Sun, 23 Oct 2005 22:52:29 -0400

Index: pspp/src/var-labs.c
diff -u pspp/src/var-labs.c:1.12 pspp/src/var-labs.c:1.13
--- pspp/src/var-labs.c:1.12    Sun Jul 31 21:42:46 2005
+++ pspp/src/var-labs.c Mon Oct 24 02:51:31 2005
@@ -35,13 +35,13 @@
 int
 cmd_variable_labels (void)
 {
-  struct variable **v;
-  int nv;
-
-  int i;
-
   do
     {
+      struct variable **v;
+      size_t nv;
+
+      size_t i;
+
       if (!parse_variables (default_dict, &v, &nv, PV_NONE))
         return CMD_PART_SUCCESS_MAYBE;
 




reply via email to

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