Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/rarfilesource.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'RFS.cpp')
-rw-r--r--RFS.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/RFS.cpp b/RFS.cpp
index 61d0b67..387dd97 100644
--- a/RFS.cpp
+++ b/RFS.cpp
@@ -398,8 +398,8 @@ int CRARFileSource::ScanArchive (wchar_t *archive_name, List<File> *file_list, i
if (rh.ch.type == HEADER_TYPE_END)
{
// TODO: Verify that the volume number in the header matches our volume counter.
- if (!(rh.ch.flags & EARC_NEXT_VOLUME))
- multi_volume = false;
+
+ // Check for EARC_NEXT_VOLUME removed as this flag is missing on some archives.
break;
}