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
Currently, the passed entries are not removed by RemoveEntries.
I wonder how this even worked, at least in the current implementation.
As in Line 564ReadCentralDir creates new objects each time it is called, how can they be identical to any object in the parameter list?
The new version could treat two objects as equal if they have the same header offset values and thus point to the same archive entry.
The text was updated successfully, but these errors were encountered:
Currently, the passed entries are not removed by
RemoveEntries
.I wonder how this even worked, at least in the current implementation.
As in Line 564
ReadCentralDir
creates new objects each time it is called, how can they be identical to any object in the parameter list?The new version could treat two objects as equal if they have the same header offset values and thus point to the same archive entry.
The text was updated successfully, but these errors were encountered: