Loading codec/c++/sip_codets.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ public: Regex(const char* regex, int flags = 0) : mSource (regex), mRegex (regex, boost::regex_constants::perl) : mSource (regex), mRegex (regex, boost::regex_constants::perl | boost::regex_constants::no_mod_m) { //FIXME: remove flags ? } Loading Loading
codec/c++/sip_codets.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ public: Regex(const char* regex, int flags = 0) : mSource (regex), mRegex (regex, boost::regex_constants::perl) : mSource (regex), mRegex (regex, boost::regex_constants::perl | boost::regex_constants::no_mod_m) { //FIXME: remove flags ? } Loading