Skip to content
Snippets Groups Projects
Commit b19b7a68 authored by Tomas Stupka's avatar Tomas Stupka
Browse files

fixed minor typo in condition

parent 1121a686
Branches
No related tags found
No related merge requests found
......@@ -233,7 +233,7 @@ public class GrepFunctions {
boolean[] matches = new boolean[len];
if (fixed && !perl) {
// TODO case
if (!fixed) {
if (fixed) {
pattern = RegExp.checkPreDefinedClasses(pattern);
}
findAllMatches(matches, pattern, vector, fixed, ignoreCase);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment