Skip to content

Conversation

@thnkslprpt
Copy link
Contributor

Checklist

Describe the contribution

  • Fixes CS Table Processing has a few typos and unnessesary variables #113
    • remove extraneous brackets
    • correct typos
    • simplify snprintf calls slightly
    • assign true to Owned as soon it passes the ownership test instead of repeating this code 8 times (in CS_ProcessNewTablesDefinitionTable())
    • ValidFile variable in CS_TableInit() is redundant

Testing performed
GitHub CI actions all passing successfully (incl. Build + Run, Unit/Functional Tests etc.).

Expected behavior changes
Code is cleaner and more correct.

System(s) tested on
Debian 12 using the current main branch of cFS bundle.

Contributor Info
Avi Weiss   @thnkslprpt

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.

CS Table Processing has a few typos and unnessesary variables

1 participant