fixed possible bug

This commit is contained in:
Evgeniy Kozhuhovskiy 2005-02-20 16:22:04 +00:00
parent 7f9d6b26d7
commit 8caeaab8cd

View File

@ -292,7 +292,7 @@ int logerr(const char *s, ...)
const char *log_getfilename(int whatfor) const char *log_getfilename(int whatfor)
{ {
const char *p = "/dev/null"; const char *p = NULL;
return p; return p;
} }