X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flinreg%2Fcoefficient.c;h=d1fcbfa2e4bb6a145d0404c9d5493c7c397a62a8;hb=7102dc8607b7e6e25bdb9806f508dce71fe76ce4;hp=2cca9f54653327918691ab228966f32ca82d03b8;hpb=e947f08aea815968ef993d572977e271fa3ad4da;p=pspp diff --git a/src/math/linreg/coefficient.c b/src/math/linreg/coefficient.c index 2cca9f5465..d1fcbfa2e4 100644 --- a/src/math/linreg/coefficient.c +++ b/src/math/linreg/coefficient.c @@ -164,7 +164,7 @@ pspp_linreg_coeff_get_value (struct pspp_linreg_coeff *c, { return NULL; } - if (v->type == NULL) + if (v->type == NUMERIC) { return NULL; }