Implemented long variable names a la spss V12.
[pspp-builds.git] / src / val-labs.c
index 35158b7754954f17c6c72b28f414817b89dc2c64..12817700dabab5b03b6d4367440e4afe1a0f7fd3 100644 (file)
@@ -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);