mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[FileTools] More fiddling with Tzip
This commit is contained in:
@@ -397,7 +397,7 @@ namespace SabreTools.Helper
|
||||
}
|
||||
|
||||
// Now try to open the file for reading
|
||||
_zipstream = new FileStream(filename, FileMode.Open, FileAccess.ReadWrite);
|
||||
_zipstream = new FileStream(filename, FileMode.Open, FileAccess.Read);
|
||||
int read = _zipstream.Read(new byte[1], 0, 1);
|
||||
if (read != 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user