diff options
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index a39a497e..a0af63bd 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -3289,7 +3289,8 @@ void MainWindow::testExtractBSA(int modIndex) progress.show(); archive.extractAll(modInfo->absolutePath().toLocal8Bit().constData(), - boost::bind(&MainWindow::extractProgress, this, boost::ref(progress), _1, _2)); + boost::bind(&MainWindow::extractProgress, this, boost::ref(progress), _1, _2), + false); if (result == BSA::ERROR_INVALIDHASHES) { reportError(tr("This archive contains invalid hashes. Some files may be broken.")); |
