this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use POSIXLY_CORRECT getopt in darling

Fix #350

+1 -1
+1 -1
src/startup/darling.c
··· 122 122 }; 123 123 int option_index = 0; 124 124 125 - c = getopt_long(argc, argv, "", long_options, &option_index); 125 + c = getopt_long(argc, argv, "+", long_options, &option_index); 126 126 127 127 if (c == -1) 128 128 {