Dodano ograniczenie które pomija pliki większe niż 2GB
This commit is contained in:
parent
c27949ff3f
commit
5310d4f27c
3 changed files with 32 additions and 21 deletions
|
|
@ -87,6 +87,9 @@ private:
|
|||
std::ofstream cargo;
|
||||
uint64_t offset;
|
||||
|
||||
// Progress
|
||||
std::atomic<uint64_t> progress;
|
||||
|
||||
|
||||
|
||||
// Tworzenie listy plików do spakowania
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue