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 char being truncated on writing fsuipc string to offset #1608

Merged
merged 1 commit into from
Jan 27, 2024

Conversation

Koseng
Copy link
Contributor

@Koseng Koseng commented Jan 17, 2024

fixes #1607

  • doc update
  • unit test

Copy link

Build for this pull request:
MobiFlightConnector.zip

@DocMoebiuz DocMoebiuz merged commit bda870b into MobiFlight:main Jan 27, 2024
1 check passed
@DocMoebiuz DocMoebiuz added the bug Something isn't working in a officially released version label Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in a officially released version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When writing a string to fsuipc offset, the last char is always truncated.
2 participants