pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/dictionary.c
diff -u pspp/src/dictionary.c:1.28 pspp/src/dictionary.c:1.29
--- pspp/src/dictionary.c:1.28  Mon Sep 12 11:33:55 2005
+++ pspp/src/dictionary.c       Mon Oct 24 02:51:32 2005
@@ -223,7 +223,7 @@
    exclude ordinary, system, and/or scratch variables. */
 void
 dict_get_vars (const struct dictionary *d, struct variable ***vars,
-               int *cnt, unsigned exclude_classes)
+               size_t *cnt, unsigned exclude_classes)
 {
   size_t count;
   size_t i;




reply via email to

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