fixed possible bug
This commit is contained in:
parent
7f9d6b26d7
commit
8caeaab8cd
@ -292,7 +292,7 @@ int logerr(const char *s, ...)
|
||||
|
||||
const char *log_getfilename(int whatfor)
|
||||
{
|
||||
const char *p = "/dev/null";
|
||||
const char *p = NULL;
|
||||
return p;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user