mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-12 05:25:03 +00:00
[PR #687] [MERGED] SourceStream Position counting bug fix #1164
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/687
Author: @Erior
Created: 7/30/2022
Status: ✅ Merged
Merged: 8/1/2022
Merged by: @adamhathcock
Base:
master← Head:feature/SourceStreamPositionCountingBug📝 Commits (1)
0ae7563SourceStream Position counting bug fix📊 Changes
2 files changed (+10 additions, -4 deletions)
View changed files
📝
src/SharpCompress/IO/SourceStream.cs(+10 -2)📝
src/SharpCompress/Utility.cs(+0 -2)📄 Description
Encountered a position counting bug, it add the stream size even if the stream is not switched.
This should fix it and I also removed the workaround I had.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.