lkml.org 
[lkml]   [2006]   [Apr]   [9]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateSun, 9 Apr 2006 23:47:18 +0200 (CEST)
FromRoman Zippel <>
SubjectRe: [PATCH 4/19] kconfig: fix typo in change count initialization
Hi,

On Sun, 9 Apr 2006, Sam Ravnborg wrote:

> > @@ -325,7 +325,7 @@ int conf_read(const char *name)
> >  				sym->flags |= e->right.sym->flags & SYMBOL_NEW;
> >  	}
> > 
> > -	sym_change_count = conf_warnings && conf_unsaved;
> > +	sym_change_count = conf_warnings || conf_unsaved;
> > 
> >  	return 0;
> >  }
> 
> Please explain what this actually fixes.

Configuration needs saving when either of these conditions is true.

bye, Roman
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-04-09 21:51    [from the cache]
©2003-2008