mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-09-24 16:05:27 +00:00
Fix reporting size / position
This commit is contained in:
@@ -51,7 +51,7 @@ public class DataDescriptorStream : Stream
|
||||
|
||||
public override long Position
|
||||
{
|
||||
get => _stream.Position;
|
||||
get => _stream.Position - _start;
|
||||
set => _stream.Position = value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user