projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90ad684
)
Comment.
author
Ben Pfaff
<blp@gnu.org>
Sat, 19 Mar 2005 22:22:44 +0000
(22:22 +0000)
committer
Ben Pfaff
<blp@gnu.org>
Sat, 19 Mar 2005 22:22:44 +0000
(22:22 +0000)
src/vars-atr.c
patch
|
blob
|
history
diff --git
a/src/vars-atr.c
b/src/vars-atr.c
index 697518c29a8c35e681f4701768017c7a07e62944..f8262e1c77d7cff93cb4450cfdb1b3a773dbf71f 100644
(file)
--- 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: