This commit is contained in:
Emil Williams 2024-01-20 00:16:54 +00:00
parent 39e27a03dd
commit 3c9841fdf7
No known key found for this signature in database
GPG Key ID: 5432DB986FDBCF8A

3
bake.c
View File

@ -281,9 +281,6 @@ main(int argc, char ** argv) {
int ret = 0;
char * buf = NULL;
/* changing this to "" creates many additional allocations */
(void) setlocale(LC_ALL, "C");
if (argc < 2
|| !strcmp(argv[1], "-h")
|| !strcmp(argv[1], "--help"))