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

Ros_InformChecker_ValidateJob(..): correct order of arguments when calling mpOpen(..) #290

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

gavanderhoorn
Copy link
Collaborator

As per title.

According to the API documentation:

image

The incorrect order also worked, as O_RDONLY==0 and mode was also set to 0, but it should be corrected nevertheless.

Which is how VxWorks open(..) has it (and the M+ API docs).

Incorrect order also worked, as `O_RDONLY==0`, but should be corrected nevertheless.
@gavanderhoorn gavanderhoorn force-pushed the inform_checker_mpopen_fix_arg_order branch from a8334d6 to c79a301 Compare August 12, 2024 06:18
@ted-miller ted-miller merged commit 3983f65 into main Aug 12, 2024
14 checks passed
@ted-miller ted-miller deleted the inform_checker_mpopen_fix_arg_order branch August 12, 2024 12:38
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.

2 participants