pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/src/correlations.q


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

Index: pspp/src/correlations.q
diff -u pspp/src/correlations.q:1.7 pspp/src/correlations.q:1.8
--- pspp/src/correlations.q:1.7 Fri Apr 29 01:02:13 2005
+++ pspp/src/correlations.q     Mon Oct 24 02:51:32 2005
@@ -33,7 +33,7 @@
   {
     struct cor_set *next;
     struct variable **v1, **v2;
-    int nv1, nv2;
+    size_t nv1, nv2;
   };
 
 struct cor_set *cor_list, *cor_last;
@@ -84,7 +84,7 @@
 cor_custom_variables (struct cmd_correlations *cmd UNUSED)
 {
   struct variable **v1, **v2;
-  int nv1, nv2;
+  size_t nv1, nv2;
   struct cor_set *cor;
 
   /* Ensure that this is a VARIABLES subcommand. */




reply via email to

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