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: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/dictionary.c
Date: Mon, 12 Sep 2005 07:33:56 -0400

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




reply via email to

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