X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-indep-samps.c;h=31b8cc78c98ede6dc62ccb3f75bc7e57ca243e98;hb=f4491cda2715c59495d963d0a3d8ae4518c1c13d;hp=f0995e92e85befe5918b06db37371519a08812d7;hpb=8d023f3691564159dfd300cc92f386b47186bf50;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-indep-samps.c b/src/ui/gui/psppire-dialog-action-indep-samps.c index f0995e92e8..31b8cc78c9 100644 --- a/src/ui/gui/psppire-dialog-action-indep-samps.c +++ b/src/ui/gui/psppire-dialog-action-indep-samps.c @@ -105,7 +105,7 @@ value_entry_contains_invalid (PsppireValueEntry *ve, const struct variable *var) if (psppire_value_entry_get_value (ve, &val, width)) { - if (var_is_value_missing (var, &val, MV_SYSTEM)) + if (var_is_value_missing (var, &val) == MV_SYSTEM) { result = TRUE; }