/[pspp]/pspp/src/vars-atr.c
ViewVC logotype

Diff of /pspp/src/vars-atr.c

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

revision 1.23 by blp, Mon May 16 07:33:17 2005 UTC revision 1.24 by blp, Sun Jul 31 06:06:50 2005 UTC
# Line 263  var_is_valid_name (const char *name, boo Line 263  var_is_valid_name (const char *name, boo
263      {      {
264        if (issue_error)        if (issue_error)
265          msg (SE, _("Variable name %s exceeds %d-character limit."),          msg (SE, _("Variable name %s exceeds %d-character limit."),
266               (int) LONG_NAME_LEN);               name, (int) LONG_NAME_LEN);
267        return false;        return false;
268      }      }
269    
# Line 273  var_is_valid_name (const char *name, boo Line 273  var_is_valid_name (const char *name, boo
273          if (issue_error)          if (issue_error)
274            msg (SE, _("Character `%c' (in %s) may not appear in "            msg (SE, _("Character `%c' (in %s) may not appear in "
275                       "a variable name."),                       "a variable name."),
276                 name);                 name[i], name);
277          return false;          return false;
278        }        }
279                    
# Line 281  var_is_valid_name (const char *name, boo Line 281  var_is_valid_name (const char *name, boo
281      {      {
282        if (issue_error)        if (issue_error)
283          msg (SE, _("Character `%c' (in %s), may not appear "          msg (SE, _("Character `%c' (in %s), may not appear "
284                     "as the first character in a variable name."), name);                     "as the first character in a variable name."),
285                 name[0], name);
286        return false;        return false;
287      }      }
288    

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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