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

Bugfix: Dereferencing wrong pointer for ULog information message value #946

Merged

Conversation

declancm
Copy link
Contributor

@declancm declancm commented Mar 6, 2024

The Info tab is displaying the wrong values for non string types. The first part of the key (the type name) is getting de-referenced as the value for the information messages. I have created a string containing the value section of the message to use for de-referencing the raw data.

The Info tab previously:
image

The Info tab with this fix:
image

Note, the ULog used for testing only has float and char[] information messages. Those are not int information messages in the images.

@declancm
Copy link
Contributor Author

declancm commented Mar 6, 2024

This pull request resolves issue #939

@declancm declancm marked this pull request as ready for review March 6, 2024 08:34
@facontidavide
Copy link
Owner

thanks a lot!

@facontidavide facontidavide merged commit b20eacd into facontidavide:main Mar 8, 2024
9 of 11 checks passed
@declancm declancm deleted the ulog_information_message_fix branch March 8, 2024 14:18
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.

None yet

2 participants