Skip to content

Commit

Permalink
Fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
myst6re committed Jun 9, 2024
1 parent 9021263 commit a8a1370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CLI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ void CLI::commandExport()
QFile::remove(fileName % "l");
QFile::remove(fileName % "i");
}
selectedFiles = filteredFiles(fileList, QStringList(), QStringList() << "*.fs" << "*.fi" << "*.fl");
selectedFiles = filteredFiles(selectedFiles, QStringList(), QStringList() << "*.fs" << "*.fi" << "*.fl");
}
FsArchive::Error error = archive->extractFiles(selectedFiles, commonPath, args.destination(), args.noProgress() ? nullptr : &observer);
if (error != FsArchive::Ok) {
Expand Down

0 comments on commit a8a1370

Please sign in to comment.