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;'? -- Matthew Walker Kydance Hosting & Consulting LAMP Specialist /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
