/[pspp]/pspp/src/formats.c
ViewVC logotype

Diff of /pspp/src/formats.c

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

revision 1.5 by blp, Tue Jun 1 04:57:26 2004 UTC revision 1.6 by blp, Tue Mar 1 08:16:15 2005 UTC
# Line 86  internal_cmd_formats (int which) Line 86  internal_cmd_formats (int which)
86            msg (SE, _("`(' expected after variable list"));            msg (SE, _("`(' expected after variable list"));
87            goto fail;            goto fail;
88          }          }
89        if (!parse_format_specifier (&f, 0) || !check_output_specifier (&f))        if (!parse_format_specifier (&f, 0) || !check_output_specifier (&f, 1))
90          goto fail;          goto fail;
91    
92        /* Catch type mismatch errors. */        /* Catch type mismatch errors. */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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