diff --git a/src/app/main.cpp b/src/app/main.cpp index 623ef4d91afe..3ffe4a8e46f2 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -397,7 +397,7 @@ void myMessageOutput( QtMsgType type, const char *msg ) // Print all warnings except setNamedColor. // Only seems to happen on windows if ( 0 != strncmp( msg, "QColor::setNamedColor: Unknown color name 'param", 48 ) - && 0 != strncmp( msg, "Logged warning", 14 )) + && 0 != strncmp( msg, "Logged warning", 14 ) ) { // TODO: Verify this code in action. dumpBacktrace( 20 );