/[pspp]/pspp/src/file-type.c
ViewVC logotype

Diff of /pspp/src/file-type.c

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

revision 1.20 by blp, Sun May 8 20:55:05 2005 UTC revision 1.21 by blp, Mon May 16 07:33:17 2005 UTC
# Line 450  cmd_record_type (void) Line 450  cmd_record_type (void)
450                if (!lex_force_string ())                if (!lex_force_string ())
451                  goto error;                  goto error;
452                rct->v[rct->nv].c = xmalloc (fty->record.nc + 1);                rct->v[rct->nv].c = xmalloc (fty->record.nc + 1);
453                st_bare_pad_copy (rct->v[rct->nv].c, ds_c_str (&tokstr),                buf_copy_str_rpad (rct->v[rct->nv].c, fty->record.nc + 1,
454                                  fty->record.nc + 1);                                   ds_c_str (&tokstr));
455              }              }
456            else            else
457              {              {

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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