X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdata-io%2Fcombine-files.c;h=f306cad6f645c1b10ce408233e78da63fe2d4fe6;hb=970789e054086189cb8d83b8c80f6c10318bbeef;hp=e09b36ecad9dde80b16e521ef21cfe22c9bbc01a;hpb=e195fccfab97205acb29f90fd1168488d49f1573;p=pspp diff --git a/src/language/data-io/combine-files.c b/src/language/data-io/combine-files.c index e09b36ecad..f306cad6f6 100644 --- a/src/language/data-io/combine-files.c +++ b/src/language/data-io/combine-files.c @@ -376,7 +376,7 @@ combine_files (enum comb_command_type command, { if (command == COMB_UPDATE) { - msg (SE, _("The BY subcommand is required.")); + lex_sbc_missing ("BY"); goto error; } if (n_tables)