pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/matrix-data.c
diff -u pspp/src/matrix-data.c:1.30 pspp/src/matrix-data.c:1.31
--- pspp/src/matrix-data.c:1.30 Sun Jul 31 21:42:46 2005
+++ pspp/src/matrix-data.c      Sat Sep 17 18:15:38 2005
@@ -571,7 +571,7 @@
      system file output. */
   {
     struct variable **v;
-    size_t nv;
+    int nv;
 
     dict_get_vars (default_dict, &v, &nv, 0);
     qsort (v, nv, sizeof *v, compare_variables_by_mxd_var_type);




reply via email to

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