Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix type of return value at bool MountFat()
treatment for compile error on OpenBSD-7.4/amd64 (with clang-13). > dos_programs.cpp:5931:17: error: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t'
- Loading branch information