On 4/15/05, Martin Schlemmer <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to