mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 02:11:40 -06:00
21.02
This commit is contained in:
@@ -56,8 +56,8 @@ struct CItem
|
||||
if (ContinuedFromPrev())
|
||||
return 0;
|
||||
if (ContinuedToNext())
|
||||
return numFolders - 1;
|
||||
return FolderIndex;
|
||||
return (int)numFolders - 1;
|
||||
return (int)FolderIndex;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user