On 11/3/06, Matthew Walker <[EMAIL PROTECTED]> 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.

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/

Reply via email to