mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 07:39:17 +00:00
Linux build fix. Also take care of a few compiler warnings that have developed.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7578 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
837375a13d
commit
bad9fd1f1d
5 changed files with 19 additions and 17 deletions
|
@ -120,7 +120,7 @@ void CARCodeAddEdit::SaveCheatData(wxCommandEvent& WXUNUSED (event))
|
|||
}
|
||||
|
||||
// If the above-mentioned conditions weren't met, then something went wrong.
|
||||
if (!PanicYesNoT("Unable to parse line %u of the entered AR code as a valid "
|
||||
if (!PanicYesNoT("Unable to parse line %lu of the entered AR code as a valid "
|
||||
"encrypted or decrypted code. Make sure you typed it correctly.\n"
|
||||
"Would you like to ignore this line and continue parsing?", i + 1))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue