X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fformats.c;h=9ad6efc31bb94db3ed186cb8e14164a566547682;hb=d807ad29cc0d3caa4f0e04ee4b75c70a225cfeaf;hp=8e8e45af685354b121e132e47122e7ce7f672aad;hpb=d2ec80c72483254a876b0bb86882224248110c0c;p=pspp-builds.git diff --git a/src/formats.c b/src/formats.c index 8e8e45af..9ad6efc3 100644 --- a/src/formats.c +++ b/src/formats.c @@ -86,7 +86,7 @@ internal_cmd_formats (int which) msg (SE, _("`(' expected after variable list")); goto fail; } - if (!parse_format_specifier (&f, 0) || !check_output_specifier (&f)) + if (!parse_format_specifier (&f, 0) || !check_output_specifier (&f, 1)) goto fail; /* Catch type mismatch errors. */