pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/vars-atr.c
Date: Sat, 19 Mar 2005 17:22:44 -0500

Index: pspp/src/vars-atr.c
diff -u pspp/src/vars-atr.c:1.17 pspp/src/vars-atr.c:1.18
--- pspp/src/vars-atr.c:1.17    Sat Mar 12 01:08:33 2005
+++ pspp/src/vars-atr.c Sat Mar 19 22:22:44 2005
@@ -169,6 +169,7 @@
 inline int
 is_str_user_missing (const unsigned char s[], const struct variable *v)
 {
+  /* FIXME: should these be memcmp()? */
   switch (v->miss_type)
     {
     case MISSING_NONE:




reply via email to

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