Merge pull request #1198 from lioncash/crypt

WiiSaveCrypted: Move some function params over to std::string
This commit is contained in:
skidau
2014-10-04 13:10:28 +10:00
3 changed files with 10 additions and 11 deletions

View File

@ -1411,7 +1411,7 @@ void CFrame::OnImportSave(wxCommandEvent& WXUNUSED (event))
if (!path.IsEmpty())
{
CWiiSaveCrypted::ImportWiiSave(WxStrToStr(path).c_str());
CWiiSaveCrypted::ImportWiiSave(WxStrToStr(path));
}
}