Skip to content

File size bugfix release

Latest
Compare
Choose a tag to compare
@xan1242 xan1242 released this 07 Aug 23:39
· 2 commits to main since this release
aba2318
  • ffd.nFileSizeLow and ffd.nFileSizeHigh are DWORD values, meaning they need 4 bytes each
  • The coupling before assumed they were 16-bit values, now it's proper (not that it matters anyway, the files aren't bigger than 4GB)