mirror of https://github.com/PCSX2/pcsx2.git
pcsx2: Fix string truncation on Windows
This commit is contained in:
parent
f64488f818
commit
743caf46f2
|
@ -52,7 +52,7 @@ protected:
|
|||
};
|
||||
|
||||
void DBLoaderHelper::doError(bool doMsg) {
|
||||
if (doMsg) Console.Error("GameDatabase: Bad file data [%s]", WX_STR(m_dest));
|
||||
if (doMsg) Console.Error(L"GameDatabase: Bad file data [%s]", WX_STR(m_dest));
|
||||
m_keyPair.Clear();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue