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

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

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

revision 1.17 by blp, Mon May 2 06:21:20 2005 UTC revision 1.18 by blp, Wed May 11 03:09:09 2005 UTC
# Line 1363  data_in (struct data_in *i) Line 1363  data_in (struct data_in *i)
1363  {  {
1364    const struct fmt_desc *const fmt = &formats[i->format.type];    const struct fmt_desc *const fmt = &formats[i->format.type];
1365    
1366      assert (check_input_specifier (&i->format, 0));
1367    
1368    /* Check that we've got a string to work with. */    /* Check that we've got a string to work with. */
1369    if (i->e == i->s || i->format.w <= 0)    if (i->e == i->s || i->format.w <= 0)
1370      {      {

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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