mrDarker
2025-08-09 a8fb417ef1fb696723c8b8d5a340e8ca2e0312ae
SourceCode/Bond/Servo/PageLog.cpp
@@ -79,9 +79,14 @@
                     else {
                        CString strTemp = strText;
                        strTemp.TrimRight();
                        try {
                        bMatch = std::regex_match((LPTSTR)(LPCTSTR)strTemp,
                           std::regex((LPTSTR)(LPCTSTR)m_strFilterText));
                     }
                        catch (const std::regex_error& e) {
                        }
                     }
                     if (m_filterMode == FilterMode::Exclude) {
                        bMatch = !bMatch;
                     }