--- filedir.c.orig Sun Jan 18 05:16:27 2004 +++ filedir.c Sun Jan 18 05:14:22 2004 @@ -554,7 +554,7 @@ return; } #else -if (((newperm & 07777) == (dstat->st_mode & 07777) && (action != touch)) /* file okay */ +if (((newperm & 07777) == (dstat->st_mode & 07777)) && (action != touch)) /* file okay */ { Debug("File okay, newperm = %o, stat = %o\n",(newperm & 07777),(dstat->st_mode & 07777)); fixmode = false;