Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -851,7 +851,7 @@ private int countSlow(DynamicObject string, DynamicObject... otherStrings) {
tables = StringSupport.trSetupTable(StringOperations.getByteListReadOnly(otherStr), getContext().getJRubyRuntime(), table, tables, false, enc);
}

return StringSupport.countCommon19(StringOperations.getByteListReadOnly(string), getContext().getJRubyRuntime(), table, tables, enc);
return StringSupport.strCount(StringOperations.getByteListReadOnly(string), getContext().getJRubyRuntime(), table, tables, enc);
}
}

0 comments on commit 032ff95

Please sign in to comment.