-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jpeginfo.c: Use stdbool for args where it is safe to do so (#32)
- 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
- Loading branch information
Showing
1 changed file
with
28 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters