mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-09-19 00:34:32 +00:00
Fix syntax.
This commit is contained in:
@@ -2755,7 +2755,6 @@ bool FileExists(const std::string &abs_filename, void *) {
|
||||
if (result & FILE_ATTRIBUTE_DIRECTORY) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
FILE *fp = nullptr;
|
||||
errno_t err = _wfopen_s(&fp, UTF8ToWchar(abs_filename).c_str(), L"rb");
|
||||
|
||||
Reference in New Issue
Block a user