pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/sort-prs.c
diff -u pspp/src/sort-prs.c:1.2 pspp/src/sort-prs.c:1.3
--- pspp/src/sort-prs.c:1.2     Sun Jul 31 21:42:46 2005
+++ pspp/src/sort-prs.c Mon Oct 24 02:51:31 2005
@@ -47,7 +47,7 @@
 */
 struct sort_criteria *
 sort_parse_criteria (const struct dictionary *dict,
-                     struct variable ***vars, int *var_cnt,
+                     struct variable ***vars, size_t *var_cnt,
                      bool *saw_direction,
                     const int *terminators
                     )
@@ -74,7 +74,7 @@
 
   do
     {
-      int prev_var_cnt = *var_cnt;
+      size_t prev_var_cnt = *var_cnt;
       enum sort_direction direction;
 
       /* Variables. */




reply via email to

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