Update wincolor_sink-inl.h
This commit is contained in:
		@@ -128,7 +128,8 @@ std::uint16_t SPDLOG_INLINE wincolor_sink<ConsoleMutex>::set_foreground_color_(s
 | 
				
			|||||||
    CONSOLE_SCREEN_BUFFER_INFO orig_buffer_info;
 | 
					    CONSOLE_SCREEN_BUFFER_INFO orig_buffer_info;
 | 
				
			||||||
    if (!::GetConsoleScreenBufferInfo(static_cast<HANDLE>(out_handle_), &orig_buffer_info))
 | 
					    if (!::GetConsoleScreenBufferInfo(static_cast<HANDLE>(out_handle_), &orig_buffer_info))
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        return FOREGROUND_RED | FOREGROUND_GREEN | FOREGROUND_BLUE; // white
 | 
					        // just return white if failed getting console info
 | 
				
			||||||
 | 
					        return FOREGROUND_RED | FOREGROUND_GREEN | FOREGROUND_BLUE; 
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    // change only the foreground bits (lowest 4 bits) 
 | 
					    // change only the foreground bits (lowest 4 bits) 
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user