> > > -         (void)fgets(message, sizeof(message), stdin);
> > > +         (void)fgets(message, MAXMSG, stdin);
> > 
> > There is nothing wrong with the original line here.  Please don't change
> > things that are fine just to change them.  We don't want to ofuscate 
> 
> Obviously not, but I didn't see the point in making it inconsistent.

You could make the "MAXMSG" you added "sizeof(message)" and been
consistent.  :)
 
-- 
-- David    ([EMAIL PROTECTED])


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to