mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 10:35:43 -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);
|
std::unique_lock lock(s_callback_mutex);
|
||||||
|
|
||||||
s_console_output_enabled = timestamps;
|
s_console_output_timestamps = timestamps;
|
||||||
if (s_console_output_enabled == enabled)
|
if (s_console_output_enabled == enabled)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user