mirror of
https://git.lain.church/bake/bake.git
synced 2025-05-17 17:16:43 +00:00
pruned
This commit is contained in:
parent
39e27a03dd
commit
3c9841fdf7
3
bake.c
3
bake.c
@ -281,9 +281,6 @@ main(int argc, char ** argv) {
|
|||||||
int ret = 0;
|
int ret = 0;
|
||||||
char * buf = NULL;
|
char * buf = NULL;
|
||||||
|
|
||||||
/* changing this to "" creates many additional allocations */
|
|
||||||
(void) setlocale(LC_ALL, "C");
|
|
||||||
|
|
||||||
if (argc < 2
|
if (argc < 2
|
||||||
|| !strcmp(argv[1], "-h")
|
|| !strcmp(argv[1], "-h")
|
||||||
|| !strcmp(argv[1], "--help"))
|
|| !strcmp(argv[1], "--help"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user