Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mingw: skip ownership check on FAT32
The FAT file system has no concept of ACLs. Therefore, it cannot store any ownership information anyway, and the `GetNamedSecurityInfoW()` call pretends that everything is owned "by the world". Let's special-case that scenario and not bother the user with an issue that cannot be fixed using that file system anyway. This addresses #3886 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
- Loading branch information