On Mon, Feb 18, 2002 at 04:43:01PM -0800, Justin Erenkrantz wrote:
> + while (f) {
> + if (!strcasecmp(base_info->name, f->name)) {
> + found = 1;
> + }
> + f = f->next;Oh, there should be a break right after "found = 1;" -- justin
