]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/EveBase/AliEveMacroExecutorWindow.cxx
Merge the following revisions between 29371 and 30342 from
[u/mrichter/AliRoot.git] / EVE / EveBase / AliEveMacroExecutorWindow.cxx
index c3bb19cc6b29178579d18a529e6131cf3a06c2fa..96b5fe73a9771a4583e6a59f21582128478c4487 100644 (file)
@@ -198,10 +198,7 @@ void AliEveMacroExecutorWindow::PopulateMacros(Bool_t keep_selected)
   TString     select = fSelectTags->GetText();
   if ( ! select.IsNull())
   {
-    // "i" does not work (get pcre_exec error = -3 PCRE_ERROR_BADOPTION)
-    // same for 1 (the value of PCRE_CASELESS)
-    // using case-sensitive matching then ... must investigate in root
-    regexp = new TPMERegexp(select);
+    regexp = new TPMERegexp(select, "io");
   }
 
   TIter next(fM->fMacros);