forked from len0rd/rockbox
rbutil: fix false error message when installing ipod bootloader
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13798 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e3d7c5c464
commit
83d04f840a
1 changed files with 1 additions and 1 deletions
|
|
@ -566,7 +566,7 @@ void rbutilFrm::OnBootloaderBtn(wxCommandEvent& event)
|
||||||
MESG_DIALOG(wxT("The installation has failed.") );
|
MESG_DIALOG(wxT("The installation has failed.") );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(bootloadermethod == wxT("sansapatcher"))
|
else if(bootloadermethod == wxT("sansapatcher"))
|
||||||
{
|
{
|
||||||
if(sansapatcher(BOOTLOADER_ADD,gv->plat_bootloadername[index]))
|
if(sansapatcher(BOOTLOADER_ADD,gv->plat_bootloadername[index]))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue