diff options
Diffstat (limited to 'src/common/logging')
| -rw-r--r-- | src/common/logging/text_formatter.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/common/logging/text_formatter.cpp b/src/common/logging/text_formatter.cpp index 8583916a8..05437c137 100644 --- a/src/common/logging/text_formatter.cpp +++ b/src/common/logging/text_formatter.cpp @@ -42,7 +42,7 @@ void PrintColoredMessage(const Entry& entry) {          return;      } -    CONSOLE_SCREEN_BUFFER_INFO original_info = {0}; +    CONSOLE_SCREEN_BUFFER_INFO original_info = {};      GetConsoleScreenBufferInfo(console_handle, &original_info);      WORD color = 0; | 
