mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 19:05:46 -04:00
fixup! CPU: Make trace-to-file toggleable at runtime and in release builds
This commit is contained in:
@ -80,7 +80,9 @@ void WriteToExecutionLog(const char* format, ...)
|
||||
if (s_log_file)
|
||||
{
|
||||
std::vfprintf(s_log_file, format, ap);
|
||||
#ifdef _DEBUG
|
||||
std::fflush(s_log_file);
|
||||
#endif
|
||||
}
|
||||
|
||||
va_end(ap);
|
||||
|
Reference in New Issue
Block a user