Fix a warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17129 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
babd3beee3
commit
a987b7ef2d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
UnZip::ErrorCode RbUnZip::extractArchive(const QString& dest)
|
||||
{
|
||||
QStringList files = this->fileList();
|
||||
UnZip::ErrorCode error;
|
||||
UnZip::ErrorCode error = Ok;
|
||||
m_abortunzip = false;
|
||||
|
||||
int total = files.size();
|
||||
|
|
Loading…
Reference in a new issue