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

jpeginfo.c: Use stdbool for args where it is safe to do so #32

Merged
merged 1 commit into from
Oct 22, 2023

Conversation

schwehr
Copy link
Contributor

@schwehr schwehr commented Oct 17, 2023

  • Things like verbose_mode are more than true/false
  • sha512_mode, stdin, and other things that have a 1 in the fourth column of the option struct are set by getopt and might not be safe to convert to bool

- Things like verbose_mode are more than true/false
- sha512_mode, stdin, and other things that have a `1` in the fourth column of
  the option struct are set by getopt and might not be safe to convert to bool
@tjko tjko merged commit 306db65 into tjko:master Oct 22, 2023
2 checks passed
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