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

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/Archive/Cab/CabItem.h')
-rw-r--r--CPP/7zip/Archive/Cab/CabItem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/7zip/Archive/Cab/CabItem.h b/CPP/7zip/Archive/Cab/CabItem.h
index eda62bda..9b513202 100644
--- a/CPP/7zip/Archive/Cab/CabItem.h
+++ b/CPP/7zip/Archive/Cab/CabItem.h
@@ -51,7 +51,7 @@ struct CItem
FolderIndex == NHeader::NFolderIndex::kContinuedPrevAndNext;
}
- int GetFolderIndex(int numFolders) const
+ int GetFolderIndex(unsigned numFolders) const
{
if (ContinuedFromPrev())
return 0;