mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-07 17:46:58 +08:00
Pass input filename into error message
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
afd8d2f11a
commit
8e0acaad66
@ -525,7 +525,7 @@ int main(int argc, char **argv)
|
||||
if (!strcmp(outname, inname)) {
|
||||
outname = "nasm.out";
|
||||
nasm_error(ERR_WARNING,
|
||||
"default output file same as input, using `%s' for output\n",
|
||||
"default output file same as input `%s', using `%s' for output\n",
|
||||
inname, outname);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user