pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/formats.c
Date: Sun, 23 Oct 2005 22:51:53 -0400

Index: pspp/src/formats.c
diff -u pspp/src/formats.c:1.9 pspp/src/formats.c:1.10
--- pspp/src/formats.c:1.9      Sun Jul 31 21:42:46 2005
+++ pspp/src/formats.c  Mon Oct 24 02:51:32 2005
@@ -64,7 +64,7 @@
 {
   /* Variables. */
   struct variable **v;
-  int cv;
+  size_t cv;
 
   /* Format to set the variables to. */
   struct fmt_spec f;
@@ -73,7 +73,7 @@
   int type;
 
   /* Counter. */
-  int i;
+  size_t i;
 
   for (;;)
     {




reply via email to

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