sory: it does not say 
value |=   (value & S_IWOTH ? S_IWUSR | S_IRGRP : 0);
y change it so looked better it 
says 
        (value & S_IWOTH ? S_IWUSR | S_IRGRP : 0) 
i think

On Saturday 17 November 2001 11:07, Juan F. Codagnone wrote:
> The fix is easy. a copy/paste bug.
>
> in lib/modechange.c line 427 says
>             value |=   (value & S_IWOTH ? S_IWUSR | S_IRGRP : 0);
> it should be
>       value |=   (value & S_IWOTH ? S_IWUSR | S_IWGRP : 0);
> the same bugs are at line 422 and 417. Am i right?

_______________________________________________
Bug-fileutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-fileutils

Reply via email to