mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-18 16:25:05 +08:00
nasm: when using -MW, quote filenames containing &
When using the -MW option, double-quote filenames containing &. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
427b9cae8b
commit
3e30c32812
@ -648,6 +648,7 @@ static char *quote_for_wmake(const char *str)
|
||||
switch (*p) {
|
||||
case ' ':
|
||||
case '\t':
|
||||
case '&':
|
||||
quote = true;
|
||||
n++;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user