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 dual page split for local source #485

Merged
merged 1 commit into from
Mar 9, 2024
Merged

Conversation

FooIbar
Copy link
Contributor

@FooIbar FooIbar commented Mar 6, 2024

InputStream.available() is implementation-dependent, should never assume it will return the total number of bytes in the stream.

Fixes #479

`InputStream.available()` is implementation-dependent, should never assume it will return the total number of bytes in the stream.
@AntsyLich AntsyLich merged commit d0e64d3 into mihonapp:main Mar 9, 2024
1 check passed
AntsyLich pushed a commit to kaiserbh/mihon that referenced this pull request Mar 9, 2024
`InputStream.available()` is implementation-dependent, should never assume it will return the total number of bytes in the stream.
@FooIbar FooIbar deleted the patch-1 branch March 22, 2024 06:30
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New ZipPageLoader breaks "Split wide pages"
2 participants