Skip to content
Snippets Groups Projects
Commit f69c5cb7 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

Directory: return a bool literal on Windows

parent 6e171887
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ bool Directory::Load(const std::string& name, std::string* errorMessage)
delete[] buf;
if (srchHandle == -1) {
return 0;
return false;
}
// Loop through names
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment