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 #43, correct declaration of CF_CFDP_PlaybackDir_ #69

Closed
wants to merge 1 commit into from

Conversation

jphickey
Copy link
Contributor

This helper function was declared with fixed-length string arguments but in practice is used with other buffer lengths. These arguments are changed to (more conventional) const char * instead.

Note that other cases where fixed-length string arguments are used are not changed by this commit, since it appears those are always used with a buffer of that length.

This helper function was declared with fixed-length string arguments
but in practice is used with other buffer lengths.  These arguments
are changed to (more conventional) const char * instead.

Note that other cases where fixed-length string arguments are used
are not changed by this commit, since it appears those are always
used with a buffer of that length.
@jphickey jphickey deleted the branch nasa:main November 30, 2021 15:22
@jphickey jphickey closed this Nov 30, 2021
@skliper
Copy link
Contributor

skliper commented Nov 30, 2021

@jphickey - did you mean to delete nasa:main and close this PR? I thought the plan was to transition to "main" as the development branch.

@jphickey
Copy link
Contributor Author

@skliper - Resubmitted in #70.

Yes, intent is to change from master -> main but this has to be done by someone w/permission to do so. In the meantime, I realized that having "main" already exist is bad, because github UI only seems to have an option to rename the master branch, and then it complains if there is already a branch named main (learned by doing this to one of my repos). It also makes it more tedious to submit new PRs to a non-default branch, and people who clone this won't get the latest branch, all sorts of nuisances.

So in the meantime, yes I deleted main, and hopefully someone will rename master->main in the near future.

@jphickey jphickey deleted the fix-43-fixed-length-string-arg branch December 9, 2021 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants