getnamo / 7zip-cpp

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

Fix GetOrigSizes return incorrect size when archive contains large file #30

Closed cwlmyjm closed 5 years ago

cwlmyjm commented 5 years ago

Fix GetOrigSizes return incorrect size when archive contains large file, use ULARGE_INTEGER to pass size variable.