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 wrong result of QCoroIODevice::write() (fixes #211) #212

Merged
merged 2 commits into from
Feb 21, 2024

Conversation

danvratil
Copy link
Owner

The function would always return 0 instead of the actual bytes
that have been written.

@danvratil danvratil linked an issue Feb 21, 2024 that may be closed by this pull request
The function would always return 0 instead of the actual bytes
that have been written.
@danvratil danvratil merged commit 0006e41 into main Feb 21, 2024
45 checks passed
@danvratil danvratil deleted the fix-iodevice-write-result branch February 21, 2024 10:01
This pull request was closed.
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.

Illogical result of the write function.
1 participant