On 4/14/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? -alex - 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