X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Futils%2Femuhelper.cpp;h=4855e690f7057014eb371966c75d18ecad08eb6a;hb=e459694e7ba39da8b5379817ae31481c385e441a;hp=3307ac531407e479aa08ba8b7a157bcf991e94bc;hpb=d7ba5b4f76b39ecddfdf890f08a08c40a769a729;p=emufront diff --git a/src/utils/emuhelper.cpp b/src/utils/emuhelper.cpp index 3307ac5..4855e69 100644 --- a/src/utils/emuhelper.cpp +++ b/src/utils/emuhelper.cpp @@ -88,7 +88,7 @@ void EmuHelper::launch(const Executable * ex, QList micLi if (!fp.endsWith('/')) fp.append("/"); fp.append(mic->getName()); qDebug() << "Extracting " << fp; - int ret = unzipHelper->extractAll(fp, tmp); + int ret = unzipHelper->extractAll(fp, tmp); // throws EmuFrontException if (ret) { qDebug() << "Failed unzipping " << fp << "."; }