mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 23:15:42 -04:00
Log: Fix system console
This commit is contained in:
parent
c1e6616e5f
commit
fa6ef1d04e
@ -315,7 +315,7 @@ void Log::SetConsoleOutputParams(bool enabled, bool timestamps)
|
||||
{
|
||||
std::unique_lock lock(s_callback_mutex);
|
||||
|
||||
s_console_output_enabled = timestamps;
|
||||
s_console_output_timestamps = timestamps;
|
||||
if (s_console_output_enabled == enabled)
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user