From 58f7781f0c0588e5eae9840e363d6213cfc6f51a Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 19 Mar 2005 22:22:44 +0000 Subject: [PATCH] Comment. --- src/vars-atr.c | 1 + 1 file changed, 1 insertion(+) 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: -- 2.30.2