X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fformats.c;h=9ad6efc31bb94db3ed186cb8e14164a566547682;hb=4848cff524922cc77ed21662406807471e96a68e;hp=8e8e45af685354b121e132e47122e7ce7f672aad;hpb=06f9ee45954e5e71fa7f6262dbf37defa1dbf996;p=pspp diff --git a/src/formats.c b/src/formats.c index 8e8e45af68..9ad6efc31b 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. */