pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/recode.c
diff -u pspp/src/recode.c:1.24 pspp/src/recode.c:1.25
--- pspp/src/recode.c:1.24      Sun Jul 31 21:42:46 2005
+++ pspp/src/recode.c   Sun Aug  7 04:39:28 2005
@@ -714,7 +714,7 @@
       case RCD_END:
        return NULL;
       case RCD_USER:
-       if (is_num_user_missing (cmp, v->src))
+       if (mv_is_num_user_missing (&v->src->miss, cmp))
          return cp;
        break;
       case RCD_SINGLE:




reply via email to

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