filesize bug in Synchronize directories
Moderators: Hacker, petermad, Stefan2, white
filesize bug in Synchronize directories
13,507,215,360 size file shows in Synchronize directories as 622,313,472 size file, i.e. 12 884 901 888 bytes too short. The file was a big AVI video file. I did not test with other big files to find the critical max size where the error begins.
13507215360
-4294967296 (2^32)
-4294967296 (2^32)
-4294967296 (2^32)
----------------
622313472
it seems the file size calculation doesn't use LARGE_INTEGERs here.
I could reproduce the behaviour (Windows XP, NTFS). I couldn't be anything else but NTFS -> FAT32 doesn't support file greater than 4GB.
-4294967296 (2^32)
-4294967296 (2^32)
-4294967296 (2^32)
----------------
622313472
it seems the file size calculation doesn't use LARGE_INTEGERs here.
I could reproduce the behaviour (Windows XP, NTFS). I couldn't be anything else but NTFS -> FAT32 doesn't support file greater than 4GB.
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact: