-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
In _Custom.cs the second == in the line should be a != like:
if ( oRegex == null || oRegex.ToString() != zRegex )
Otherwise oRegex doesn't get recreated when zRegex changes.
Original issue reported on code.google.com by [email protected] on 4 Feb 2013 at 5:57