From: Ben Pfaff Date: Sat, 19 Mar 2005 22:22:44 +0000 (+0000) Subject: Comment. X-Git-Tag: v0.4.0~129 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58f7781f0c0588e5eae9840e363d6213cfc6f51a;p=pspp-builds.git Comment. --- diff --git a/src/vars-atr.c b/src/vars-atr.c index 697518c2..f8262e1c 100644 --- a/src/vars-atr.c +++ b/src/vars-atr.c @@ -169,6 +169,7 @@ is_num_user_missing (double x, const struct variable *v) 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: