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 JSON export of Unknown device path nodes #32

Merged
merged 1 commit into from
Jul 7, 2022

Conversation

Neverous
Copy link
Owner

@Neverous Neverous commented Jul 7, 2022

No description provided.

try_read_3(type, Double, Int);
try_read_3(subtype, Double, Int);
try_read_3(_type, Double, Int);
try_read_3(_subtype, Double, Int);

Check notice

Code scanning

MISRA 15.5 rule

MISRA 15.5 rule
@@ -926,7 +928,7 @@
if(string.size() && !refresh)
return string;

return string = QString("Unknown(%1, %2, [%3B])").arg(toHex(type), toHex(subtype)).arg(data.size());
return string = QString("Unknown(%1, %2, [%3B])").arg(toHex(_type), toHex(_subtype)).arg(data.size());

Check notice

Code scanning

MISRA 13.4 rule

MISRA 13.4 rule
@Neverous Neverous merged commit 5242d8f into master Jul 7, 2022
@Neverous Neverous deleted the unknown-json-export-fix branch July 7, 2022 21:12
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.

1 participant