Skip to content
Snippets Groups Projects
Commit b92592e0 authored by rtoy's avatar rtoy
Browse files

Fix critical error in fast-read-char-string-refill where we didn't

stream the data correctly causing decoding errors.

code/sysmacs.lisp:
o Need to copy back the in-index that fast-read-char-string-refill
  updated.

code/stream.lisp:
o Fix buffering issue when refilling the in-buffer with new data.
  Code was confused about the difference between in-length and
  in-buffer-length.
parent 678c0997
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment