Fix bug with ExtractRemaining function not retuning amount of extracted files
This commit is contained in:
@@ -151,7 +151,7 @@ namespace OpenVulkano
|
||||
{
|
||||
count++;
|
||||
}
|
||||
return 0;
|
||||
return count;
|
||||
}
|
||||
|
||||
bool ArchiveReader::HasNext() const
|
||||
|
||||
Reference in New Issue
Block a user