getnamo / 7zip-cpp

Fork of SevenZip++ for modern builds.
Other
221 stars 93 forks source link

GetOrigSizes would return incorrect size when archive contains large file #29

Closed cwlmyjm closed 5 years ago

cwlmyjm commented 5 years ago

Hi, I am using your project to extract my archive. But I found that GetOrigSizes would return incorrect size when package contains large file like 10GB. This can be fixed in UsefulFunctions.cpp line 173, change intVal to uhVal. Then it will work for large archive contains large file. 😄

getnamo commented 5 years ago

Nice catch, feel free to open a pull request and I'll merge the change