- March 26, 2007
- 3,715
- 180
- Home Country
-
Germany
The problem is nFileSize is natively defined as DWORD, which is a uint. Now the problem has always been there, but previously during enumeration each file would be requeried with build-in .NET FileInfo and overwrite the size set by Win32.FindFirstfile (which was always wrong) and thus the bug was hidden. The perf patch changed this and now actually uses the data we already have instead of querying the Filesystem for it again, thus the bug shows. (Thx to Inker)
http://mantis.team-mediaportal.com/view.php?id=3138
Open the issue in Mantis...
http://mantis.team-mediaportal.com/view.php?id=3138
Open the issue in Mantis...