-
Notifications
You must be signed in to change notification settings - Fork 46
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
A few size variables could be updated to size_t
or CF_ChunkSize_t
#390
Labels
Comments
thnkslprpt
added a commit
to thnkslprpt/CF
that referenced
this issue
Jun 13, 2023
2 tasks
thnkslprpt
added a commit
to thnkslprpt/CF
that referenced
this issue
Jun 15, 2023
thnkslprpt
added a commit
to thnkslprpt/CF
that referenced
this issue
Jun 15, 2023
thnkslprpt
added a commit
to thnkslprpt/CF
that referenced
this issue
Oct 26, 2023
thnkslprpt
added a commit
to thnkslprpt/CF
that referenced
this issue
Dec 13, 2023
dzbaker
added a commit
that referenced
this issue
Feb 8, 2024
…-to-typedefs Fix #390, Update size variables to `size_t` and `CF_ChunkSize_t` typedefs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist
Describe the bug
A few variables in CF could be updated to the more expressive
size_t
orCF_ChunkSize_t
typesCode snips
val
should be ofCF_ChunkSize_t
type:CF/fsw/src/cf_cmd.h
Line 475 in 0f18ae4
size
should be ofsize_t
type:CF/fsw/src/cf_cmd.c
Lines 942 to 947 in 0f18ae4
...and few others.
Expected behavior
Update where appropriate
Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: