tags 134661 + patch

thanks

Hello Jack,

On Sun, Jan 11, 2009 at 07:51:34PM +0000, Jack Grahl wrote:
> ----- Forwarded Message ----
> > From: Jack Grahl <jack.gr...@yahoo.co.uk>
> > To: lam...@debian.org
> > Sent: Sunday, 27 July, 2008 22:52:52
> > Subject: util-linux patch - add option to whereis

> > +            case 'q':
> > +              qflag++;
> > +              continue;
> > +            

why do you increase the value of qflag here? This will overflow to zero (if
someone is insane enough to give so many -q options or a script goes wild)
and the option will be deactivated again.

Why not just use
qflag = 1;
instead?

Greetings,
 Mike Dornberger



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to