On 11/3/06, Matthew Walker <rorith at kydance.net> wrote:
>
> On Fri, November 3, 2006 3:03 pm, Bryan Sant wrote:
> > if (diff > len || diff == 0) {
> > match == false;
> > break;
> > }
> >
>
> I don't know much Java, but doesn't this have a logic bug?
>
> Shouldn't 'match == false;' be 'match = false;'?
I was a little over eager with the '=' key.