X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fval-labs.c;h=12817700dabab5b03b6d4367440e4afe1a0f7fd3;hb=05e356b2a3087e819ef3b5388e29c822f41502e1;hp=35158b7754954f17c6c72b28f414817b89dc2c64;hpb=a7cc8b259f0fe963aa30d4e64f7d39551ded1454;p=pspp-builds.git diff --git a/src/val-labs.c b/src/val-labs.c index 35158b77..12817700 100644 --- a/src/val-labs.c +++ b/src/val-labs.c @@ -113,7 +113,7 @@ verify_val_labs (struct variable **vars, int var_cnt) { struct variable *vp = vars[i]; - if (vp->type == ALPHA && vp->width > 8) + if (vp->type == ALPHA && vp->width > MAX_SHORT_STRING) { msg (SE, _("It is not possible to assign value labels to long " "string variables such as %s."), vp->name);