pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/count.c
Date: Sun, 07 Aug 2005 00:39:29 -0400

Index: pspp/src/count.c
diff -u pspp/src/count.c:1.19 pspp/src/count.c:1.20
--- pspp/src/count.c:1.19       Sun Jul 31 21:42:46 2005
+++ pspp/src/count.c    Sun Aug  7 04:39:28 2005
@@ -385,7 +385,7 @@
            counter++;
          continue;
        }
-      if (cnt->missing >= 2 && is_num_user_missing (cmp, cnt->v[i]))
+      if (cnt->missing >= 2 && mv_is_num_user_missing (&cnt->v[i]->miss, cmp))
        {
          counter++;
          continue;




reply via email to

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