/[pspp]/pspp/src/val-labs.c
ViewVC logotype

Diff of /pspp/src/val-labs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by blp, Mon Mar 7 03:04:50 2005 UTC revision 1.12 by jmd, Wed Apr 13 10:09:59 2005 UTC
# Line 113  verify_val_labs (struct variable **vars, Line 113  verify_val_labs (struct variable **vars,
113      {      {
114        struct variable *vp = vars[i];        struct variable *vp = vars[i];
115    
116        if (vp->type == ALPHA && vp->width > 8)        if (vp->type == ALPHA && vp->width > MAX_SHORT_STRING)
117          {          {
118            msg (SE, _("It is not possible to assign value labels to long "            msg (SE, _("It is not possible to assign value labels to long "
119                       "string variables such as %s."), vp->name);                       "string variables such as %s."), vp->name);

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26