Various fixes

This commit is contained in:
Martin Pulec
2015-07-14 17:15:29 +02:00
parent 425672678a
commit cecf08ac97
3 changed files with 2 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ void log_msg(int level, const char *format, ...)
return;
}
#ifdef WIN32
#if 0 // WIN32
if (log_level == LOG_LEVEL_DEBUG) {
char msg[65535];
va_list ap;