/[pspp]/pspp/src/data-list.c
ViewVC logotype

Diff of /pspp/src/data-list.c

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

revision 1.33 by blp, Tue May 3 06:46:03 2005 UTC revision 1.34 by blp, Mon May 16 07:33:17 2005 UTC
# Line 879  parse_free (struct dls_var_spec **first, Line 879  parse_free (struct dls_var_spec **first,
879            spec->input = input;            spec->input = input;
880            spec->v = v;            spec->v = v;
881            spec->fv = v->fv;            spec->fv = v->fv;
882            st_trim_copy (spec->name, v->name, sizeof spec->name);            str_copy_trunc (spec->name, sizeof spec->name, v->name);
883            append_var_spec (first, last, spec);            append_var_spec (first, last, spec);
884          }          }
885        for (i = 0; i < name_cnt; i++)        for (i = 0; i < name_cnt; i++)

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

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