X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdata-io%2Finpt-pgm.c;h=6f2a99e038cceca6bb2fc06c1b64ca30ec6f9e30;hb=6b3938165488f5562ab4c1e4a808f2f36407956c;hp=99cc17a0fb1a4927fddba0ee17138ee158c95057;hpb=9e24f9a5c52650da0700066e8d9e72261c6492ad;p=pspp diff --git a/src/language/data-io/inpt-pgm.c b/src/language/data-io/inpt-pgm.c index 99cc17a0fb..6f2a99e038 100644 --- a/src/language/data-io/inpt-pgm.c +++ b/src/language/data-io/inpt-pgm.c @@ -277,7 +277,7 @@ cmd_reread (struct lexer *lexer, struct dataset *ds) if (e) { - msg (SE, _("%s subcommand may be given at most once."), "COLUMN"); + lex_sbc_only_once ("COLUMN"); expr_free (e); return CMD_CASCADING_FAILURE; } @@ -290,7 +290,7 @@ cmd_reread (struct lexer *lexer, struct dataset *ds) { lex_match (lexer, T_EQUALS); fh_unref (fh); - fh = fh_parse (lexer, FH_REF_FILE | FH_REF_INLINE); + fh = fh_parse (lexer, FH_REF_FILE | FH_REF_INLINE, NULL); if (fh == NULL) { expr_free (e);