X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2Fformats.c;h=d18606a5ce2eda8e4d9508e406e7170f7c3d9231;hb=a9acce47d67e0ab35ce1690e4f1b1ac0121c2d78;hp=3be32e76c62f8ed452c5630f29e582e07376816c;hpb=b31bac73c9affb7843d332807ffe5cef9c5e7cea;p=pspp-builds.git diff --git a/src/language/dictionary/formats.c b/src/language/dictionary/formats.c index 3be32e76..d18606a5 100644 --- a/src/language/dictionary/formats.c +++ b/src/language/dictionary/formats.c @@ -91,7 +91,7 @@ internal_cmd_formats (struct lexer *lexer, struct dataset *ds, int which) } if (!parse_format_specifier (lexer, &f) || !fmt_check_output (&f) - || !fmt_check_type_compat (&f, VAR_NUMERIC)) + || !fmt_check_type_compat (&f, VAL_NUMERIC)) goto fail; if (!lex_match (lexer, ')'))