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

Fix err with some archive #14

Merged
merged 4 commits into from
Oct 15, 2023
Merged

Fix err with some archive #14

merged 4 commits into from
Oct 15, 2023

Conversation

anatawa12
Copy link
Owner

Fix #13

@@ -109,7 +109,7 @@ impl OutputWindow {
}
} else {
// only one copy is needed if there is no wrap around.
copied = input.copy_to(&mut self.window[self.end..][..tail_len]);
copied = input.copy_to(&mut self.window[self.end..][..length]);
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

src/output_window.rs Show resolved Hide resolved
@anatawa12 anatawa12 merged commit a321ec9 into master Oct 15, 2023
6 checks passed
@anatawa12 anatawa12 deleted the fix-err-with-some-archive branch October 15, 2023 04:26
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.

Impossilbe to decompress Editor/Logo/UnlitWFロゴ_1024.png of unlitWF
2 participants