Dodano ograniczenie które pomija pliki większe niż 2GB

This commit is contained in:
yanczi 2025-11-25 18:04:24 +01:00
parent c27949ff3f
commit 5310d4f27c
3 changed files with 32 additions and 21 deletions

View file

@ -70,7 +70,7 @@ struct FilesTable
std::string nameFile;
uint64_t hashName;
uint64_t offset;
uint32_t size;
uint64_t size;
uint64_t crc;
int16_t flag;
};