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

Several printf spec string format conversions are incorrect #89

Closed
2 tasks done
jphickey opened this issue Jan 11, 2024 · 0 comments · Fixed by #90
Closed
2 tasks done

Several printf spec string format conversions are incorrect #89

jphickey opened this issue Jan 11, 2024 · 0 comments · Fixed by #90
Assignees

Comments

@jphickey
Copy link
Contributor

Checklist (Please check before submitting)

  • I reviewed the Contributing Guide.
  • I performed a cursory search to see if the bug report is relevant, not redundant, nor in conflict with other tickets.

Describe the bug
Several printf format conversions in MM are incorrect

To Reproduce
Build on system with different type mapping for int32, etc.

Expected behavior
Build should succeed

System observed on:
RTEMS 4.11

Reporter Info
Joseph Hickey, Vantage Systems, Inc.

@jphickey jphickey self-assigned this Jan 11, 2024
jphickey added a commit to jphickey/MM that referenced this issue Jan 11, 2024
Resolves mismatches between format strings and the data types
jphickey added a commit to jphickey/MM that referenced this issue Jan 11, 2024
Resolves whitespace errors, committed separately as MM had accumulated
a fair number of other mismatches.
jphickey added a commit to jphickey/MM that referenced this issue Jan 11, 2024
Resolves mismatches between format strings and the data types
jphickey added a commit to jphickey/MM that referenced this issue Jan 11, 2024
Resolves whitespace errors, committed separately as MM had accumulated
a fair number of other mismatches.
dzbaker added a commit that referenced this issue Jan 11, 2024
Fix #89, correct format spec strings and data types
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 a pull request may close this issue.

1 participant