You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was checking out the source of this library purely out of interest, and while the comments and docs say at a few places that file size is compared on windows to avoid some false positives, this does not actually seem to be the case.
The key used for comparison on Windows is
structKey{volume:u64,index:u64,}
which does not include the file size, nor could I find any other place where file size is taken into account.
The text was updated successfully, but these errors were encountered:
Hmmm. It looks like it got dropped a long time ago in this commit: bbf6959
Sadly, I did not mention it in the commit message and I have no idea now why I dropped the file size comparison. That is not up to my usual standards, sorry about that.
I think in principle I'd be okay adding it back. I can't think of a reason why I dropped it.
I was checking out the source of this library purely out of interest, and while the comments and docs say at a few places that file size is compared on windows to avoid some false positives, this does not actually seem to be the case.
The key used for comparison on Windows is
which does not include the file size, nor could I find any other place where file size is taken into account.
The text was updated successfully, but these errors were encountered: