diff options
-rw-r--r-- | gentoobrowse-api/service/maintenanceBugs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse-api/service/maintenanceBugs.cpp b/gentoobrowse-api/service/maintenanceBugs.cpp index 6526923..8c56cec 100644 --- a/gentoobrowse-api/service/maintenanceBugs.cpp +++ b/gentoobrowse-api/service/maintenanceBugs.cpp @@ -17,7 +17,7 @@ namespace Gentoo { namespace Service { AdHoc::Lexer::PatternPtr bugLink = AdHoc::LexerMatchers::regex( - "Bug:(\\d+) - \"\" status:(\\w*) resolution:(\\w*) severity:(\\w*).*", G_REGEX_OPTIMIZE); + R"R(Bug:(\d+) - "" status:(\w*) resolution:(\w*) severity:(\w*).*)R", G_REGEX_OPTIMIZE); class BugListParser : public xmlpp::SaxParser, AdHoc::Lexer { public: |