Merge pull request #147 from tom-tan/fix-dustmite

Fix warnings in dustmite
This commit is contained in:
Vladimir Panteleev 2014-10-01 06:29:45 +00:00
commit f1b065dfcb

View file

@ -1151,8 +1151,8 @@ void applyNoRemoveRegex(string[] noRemoveStr)
ends ~= c.hit.ptr + c.hit.length;
}
starts.sort;
ends.sort;
starts.sort();
ends.sort();
int noRemoveLevel = 0;