fix abort button when rockbox-info.txt is not available.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16072 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d984686f55
commit
d37c622630
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ bool VoiceFileCreator::createVoiceFile(ProgressloggerInterface* logger)
|
|||
if(!info.open(QIODevice::ReadOnly))
|
||||
{
|
||||
m_logger->addItem("failed to open rockbox-info.txt",LOGERROR);
|
||||
m_logger->abort();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue