mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 00:40:13 +00:00
Various fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user