mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-07-08 18:16:30 +00:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -15,7 +15,7 @@ internal partial class Encoder
|
||||
public uint _range;
|
||||
private uint _cacheSize;
|
||||
private byte _cache;
|
||||
private byte[] _singleByteBuffer;
|
||||
private byte[] _singleByteBuffer = new byte[1];
|
||||
|
||||
public void SetStream(Stream stream) => _stream = stream;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user