Commit 930003ea authored by mercury233's avatar mercury233

fix

parent a9e486b3
......@@ -944,7 +944,7 @@ void Game::LoadExpansions() {
#ifdef _WIN32
const wchar_t* fname = archive->getFullFileName(j).c_str();
#else
const wchar_t fname[1024];
wchar_t fname[1024];
const char* uname = archive->getFullFileName(j).c_str();
BufferIO::DecodeUTF8(uname, fname);
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment