/[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.13 by jmd, Fri Apr 29 01:02:16 2005 UTC revision 1.14 by blp, Mon May 16 07:33:17 2005 UTC
# Line 154  get_label (struct variable **vars, int v Line 154  get_label (struct variable **vars, int v
154                lex_error (_("expecting string"));                lex_error (_("expecting string"));
155                return 0;                return 0;
156              }              }
157            st_bare_pad_copy (value.s, ds_c_str (&tokstr), MAX_SHORT_STRING);            buf_copy_str_rpad (value.s, MAX_SHORT_STRING, ds_c_str (&tokstr));
158          }          }
159        else        else
160          {          {

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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