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:
parent
0518137a1e
commit
87a90dbb4f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue