"Sander Striker" <[EMAIL PROTECTED]> writes: > > "Sander Striker" <[EMAIL PROTECTED]> writes: > > > > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > > > Sent: 22 March 2002 21:37 > > > > > > > trawick 02/03/22 12:37:04 > > > > > > > > Modified: modules/http http_protocol.c > > > > Log: > > > > add an extra level of parentheses to say "yes I know what I'm > > > > doing with that single '='" and more importantly to quiet a > > > > gcc -Wall warning
> It is not about cleaning up the warning, which is a good thing. It is > about making it more readable. > > if ((a = b)) > > is less obvious as > > if ((a = b) != 0) That's exactly the kind of information I can understand :) I'll fix it right now. Thanks for persevering! Jeff -- Jeff Trawick | [EMAIL PROTECTED] Born in Roswell... married an alien...
