Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reader: refactor reader_fill_buffer() #44

Merged
merged 1 commit into from
Aug 18, 2023
Merged

Commits on Aug 18, 2023

  1. reader: refactor reader_fill_buffer()

    This changes reader_fill_buffer() to calculate the remaining size to be
    copied to the buffer instead of using the size that is already copied to
    the buffer. Also this commit adds assertions to check if the result of
    reader_fill_buffer() is sound.
    Gottox committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4301074 View commit details
    Browse the repository at this point in the history