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:
Adam Hathcock
2026-06-01 11:51:20 +01:00
committed by GitHub
parent 0518137a1e
commit 87a90dbb4f

View File

@@ -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;