On Sun, Jan 12, 2014 at 1:11 PM, <[email protected]> wrote: > -#ifdef WANT_BASENAME_MATCH > + else if ((cfg->check_case_only == 0) && > + (cfg->check_basename_match == 1)) {
Did you consider that given how long it has worked the other way, that "CheckCaseOnly" was only meant to short circuit the more expensive spelling search rather than this quick basename check? I am thinking the case+baname only should be a valid combination. -- Eric Covener [email protected]
