Skip to content

Commit

Permalink
bug fix -_-
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Mar 31, 2024
1 parent 83b69d0 commit 6efdd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ww/buffer_stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ shift_buffer_t *bufferStreamRead(buffer_stream_t *self,size_t bytes )
else
{
size_t needed = bytes - available;
size_t wi = 0;
size_t wi = available;
setLen(result, bytes);
uint8_t *dest = rawBuf(result);

Expand Down

0 comments on commit 6efdd10

Please sign in to comment.