mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ArchiveTools] Fix TorrentZip write
Apparently, only a very specific version of Zlib stuff will work for TZIP. This implementation is copied from RomVault for full compatibility.
This commit is contained in:
@@ -88,7 +88,7 @@ namespace SabreTools.Helper
|
||||
}
|
||||
public bool Contains(string n)
|
||||
{
|
||||
return _entries.Contains(new ZipFileEntry(new MemoryStream(), n, true));
|
||||
return _entries.Contains(new ZipFileEntry(new MemoryStream(), n));
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user