kopia lustrzana https://github.com/Hamlib/Hamlib
Fix cppcheck warning in getopt_long.c
rodzic
3d98d3862c
commit
7bc8ac0c35
|
@ -91,11 +91,11 @@ main(argc, argv)
|
||||||
int argc;
|
int argc;
|
||||||
char **argv;
|
char **argv;
|
||||||
{
|
{
|
||||||
|
while (1)
|
||||||
|
{
|
||||||
int c;
|
int c;
|
||||||
int digit_optind = 0;
|
int digit_optind = 0;
|
||||||
|
|
||||||
while (1)
|
|
||||||
{
|
|
||||||
int this_option_optind = optind ? optind : 1;
|
int this_option_optind = optind ? optind : 1;
|
||||||
int option_index = 0;
|
int option_index = 0;
|
||||||
static struct option long_options[] =
|
static struct option long_options[] =
|
||||||
|
|
Ładowanie…
Reference in New Issue