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

Fixed incorrect rollover after copy #20

Merged
merged 2 commits into from
Jan 19, 2023

Conversation

jnz86
Copy link
Contributor

@jnz86 jnz86 commented Jan 16, 2023

If the copy operation ended at the last spot in a write buffer, it would be equal to size instead of rolled back to zero.

Now while copying bytes, watches for rollover after the copy operation.

jnz86 added 2 commits January 16, 2023 14:01
If the copy operation ended at the last spot in a write buffer, it would be equal to `size` instead of rolled back to zero. 

Now while copying bytes, watches for rollover after the copy operation.
@MaJerle MaJerle merged commit e1dae3b into MaJerle:develop-feature-overwrite Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants