--- db/matcher.cpp 2011-03-16 16:33:30.000000000 +0100 +++ db/matcher.cpp 2011-04-13 16:41:07.002217000 +0200 @@ -40,6 +40,8 @@ options.set_multiline(true); else if ( *flags == 'x' ) options.set_extended(true); + else if ( *flags == 's' ) + options.set_dotall(true); flags++; } return options;