Explorar o código

Update DefaultIOSystem.cpp

Kim Kulling %!s(int64=4) %!d(string=hai) anos
pai
achega
f8dd3a9aa6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      code/Common/DefaultIOSystem.cpp

+ 1 - 1
code/Common/DefaultIOSystem.cpp

@@ -122,7 +122,7 @@ IOStream *DefaultIOSystem::Open(const char *strFile, const char *strMode) {
         return nullptr;
     }
     
-    file = ::_wfopen(, Utf8ToWide(strMode).c_str());
+    file = ::_wfopen(name.c_str(), Utf8ToWide(strMode).c_str());
 #else
     file = ::fopen(strFile, strMode);
 #endif