mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
nasmlib.c: fix typo in nasm_init_malloc_error
Typo happened in 9b603082 so -DLOGALLOC gets broken. Not that important since this is a developer oriented feature but should be fixed anyway. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
fd90ef56ae
commit
16cbf9b5c2
@ -93,7 +93,7 @@ void nasm_init_malloc_error(void)
|
||||
if (logfp) {
|
||||
setvbuf(logfp, NULL, _IOLBF, BUFSIZ);
|
||||
} else {
|
||||
nasm_error(ERR_NONFATAL | ERR_NOFILE, "Unable to open %s", file);
|
||||
nasm_error(ERR_NONFATAL | ERR_NOFILE, "Unable to open %s", logfp);
|
||||
logfp = stderr;
|
||||
}
|
||||
fprintf(logfp, "null pointer is %p\n", NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user