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 append for read buffer reply_mode #67

Merged
merged 1 commit into from
Apr 25, 2023
Merged

fix append for read buffer reply_mode #67

merged 1 commit into from
Apr 25, 2023

Conversation

najohnsn
Copy link
Member

@najohnsn najohnsn commented Apr 25, 2023

This PR fixes a problem with code for a Read Buffer using Extended Field or Character reply mode - code is calling append on a list and passing it 2 arguments. The intention is to append both arguments. This PR fixes the code by doing 2 separate appends - each with a single argument.

Thanks for finding/reporting @Christopher-Chappell.

Signed-off-by: Neil Johnson <najohnsn@us.ibm.com>
@najohnsn najohnsn self-assigned this Apr 25, 2023
@najohnsn najohnsn added the bug Something isn't working label Apr 25, 2023
@najohnsn najohnsn marked this pull request as ready for review April 25, 2023 14:04
@najohnsn najohnsn merged commit 64b26bd into main Apr 25, 2023
@najohnsn najohnsn deleted the append-fix branch April 25, 2023 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant