On 4/15/05, Martin Schlemmer <azarah@nosferatu.za.org> wrote: > > > + if (update_mode && changed & MODE_CHANGED) > > > + chmod(ce->name, ce->st_mode); > > > > it's "if ((update_mode && changed) & MODE_CHANGED)" > > Did you really mean that? > > No, '&' have a higher priority (weight?) than '&&'. Although, yes, it > might be better style to add brackets. I wasn't concerned about style > But just to make you happy, let me prove it: It's not to make me happy, it's just to prove you're right. You did it, I stand corrected. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Sat Apr 16 09:49:46 2005
This archive was generated by hypermail 2.1.8 : 2005-04-16 09:49:46 EST