From ec6e3c3c78c3ea32600dcde4a3ce48d1291315e5 Mon Sep 17 00:00:00 2001 From: OctaneSnail Date: Sat, 1 May 2010 11:38:16 +0200 Subject: Remove EARC_NEXT_VOLUME check, it's missing sometimes. --- RFS.cpp | 4 ++-- 1 file 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_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; } -- cgit v1.2.3