log fixes (to wx_str())

This commit is contained in:
Nekotekina 2014-02-13 20:59:13 +04:00
parent a6faf04db4
commit 5a240c32a9
41 changed files with 215 additions and 183 deletions

View file

@ -419,7 +419,7 @@ bool ELF64Loader::LoadShdrData(u64 offset)
const wxString& name = shdr_name_arr[i];
#ifdef LOADER_DEBUG
ConLog.Write("Name: %s", shdr_name_arr[i]);
ConLog.Write("Name: %s", shdr_name_arr[i].wx_str());
#endif
}