X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2Fformats.c;h=384e45a9d75360881a12cbc08f2f38164bc61b5d;hb=3a61659a8fc11c51ad5af02b20f5613dcde50382;hp=995ee3fb0d9b427e61985114f920241634f31a61;hpb=799e56c0e3a9911a860607e1c07caf2acf8cc9ef;p=pspp-builds.git diff --git a/src/language/dictionary/formats.c b/src/language/dictionary/formats.c index 995ee3fb..384e45a9 100644 --- a/src/language/dictionary/formats.c +++ b/src/language/dictionary/formats.c @@ -1,5 +1,5 @@ /* PSPP - computes sample statistics. - Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc. Written by Ben Pfaff . This program is free software; you can redistribute it and/or @@ -93,8 +93,8 @@ internal_cmd_formats (struct dataset *ds, int which) goto fail; } if (!parse_format_specifier (&f) - || !check_output_specifier (&f, true) - || !check_specifier_type (&f, NUMERIC, true)) + || !fmt_check_output (&f) + || !fmt_check_type_compat (&f, NUMERIC)) goto fail; if (!lex_match (')'))