Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mingw: avoid inifinite loop in rename()
We have this loop where we try to remove the read-only attribute when rename() fails and try again. If it fails again, let's not try to remove the read-only attribute and try *again*. This fixes #1299 Signed-off-by: Johannes Schindelin <[email protected]>
- Loading branch information