/[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.13 by blp, Mon Nov 15 09:51:22 2004 UTC revision 1.14 by blp, Tue Mar 1 08:16:15 2005 UTC
# Line 373  parse_col_spec (struct col_spec *c, cons Line 373  parse_col_spec (struct col_spec *c, cons
373    spec.type = c->fmt;    spec.type = c->fmt;
374    spec.w = c->nc;    spec.w = c->nc;
375    spec.d = 0;    spec.d = 0;
376    return check_input_specifier (&spec);    return check_input_specifier (&spec, 1);
377  }  }
378    
379  /* RECORD TYPE. */  /* RECORD TYPE. */
# Line 636  file_type_source_read (struct case_sourc Line 636  file_type_source_read (struct case_sourc
636    format.d = 0;    format.d = 0;
637    while (!dfm_eof (fty->reader))    while (!dfm_eof (fty->reader))
638      {      {
639        struct len_string line;        struct fixed_string line;
640        struct record_type *iter;        struct record_type *iter;
641        union value v;        union value v;
642        int i;        int i;

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