Opened 17 years ago
Last modified 17 years ago
#3457 closed Bug report
Integer truncation in CDirectoryCache::UpdateFile
Reported by: | o0verhaul | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | o0verhaul, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
The window showing the file list has the file size cut off mod 4GB. This is because UpdateFile in src/engine/directorycache.[h,cpp] uses an int for the file size. Should use wxLongLong or wxFileOffset.
Note:
See TracTickets
for help on using tickets.
Thanks for reporting. This issue has been fixed in the SVN
repository and will be available with the next version.