nasmlib: Do not hang on if log file creation has been failed
commit9b60308282d888b3fb4623900d508b0176d94c4f
authorCyrill Gorcunov <gorcunov@gmail.com>
Fri, 9 Apr 2010 09:29:38 +0000 (9 13:29 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Fri, 9 Apr 2010 20:02:46 +0000 (10 00:02 +0400)
tree06eca8842c42a0bc5388de5de3b64a1b4663de0e
parent572dd0021c250fa371e525260787e382701586fa
nasmlib: Do not hang on if log file creation has been failed

In case if we can't open "malloc.log" for writing
we should not hang out but rather switch to stderr
and continue processing.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
nasmlib.c