It should make file readonly. Current implementation uses newmode = newmode ^ (S_IWRITE|S_IWGRP|S_IWOTH); I think that it should be newmode = newmode & (~(S_IWRITE|S_IWGRP|S_IWOTH)); unless I'm mistaken in understanding chmod functionality. Artur
- Re: Java_java_io_File_setReadOnlyInternal bug ? Artur Biesiadowski
- Re: Java_java_io_File_setReadOnlyInternal bug ? Aaron M. Renn

