diff --git a/src/plugins/cppcheck/cppchecktool.cpp b/src/plugins/cppcheck/cppchecktool.cpp index e77001a7b36..cbf53aad796 100644 --- a/src/plugins/cppcheck/cppchecktool.cpp +++ b/src/plugins/cppcheck/cppchecktool.cpp @@ -47,7 +47,7 @@ namespace Internal { CppcheckTool::CppcheckTool(CppcheckTextMarkManager &marks) : m_marks(marks), - m_progressRegexp("^.* checked (\\d)% done$"), + m_progressRegexp("^.* checked (\\d+)% done$"), m_messageRegexp("^(.+),(\\d+),(\\w+),(\\w+),(.*)$") { m_runner = std::make_unique(*this);