Make the missing value code do more work, so that its callers can do
[pspp-builds.git] / src / language / stats / regression.q
index 2944cefc9407de72dd79e58f4fb0d913aeddc160..a5851ff34e4857b2ee086ee8a630ffb9de7091c9 100644 (file)
@@ -978,7 +978,7 @@ mark_missing_cases (const struct casefile *cf, struct variable *v,
 
       val = case_data (&c, v);
       cat_value_update (v, val);
-      if (var_is_value_missing (v, val))
+      if (var_is_value_missing (v, val, MV_ANY))
        {
          if (!is_missing_case[row])
            {