Browse Source
Using 'optind' in getopt_long() shadows actual 'optind' being provided by getopt, thus prevents any future options change from using optind. See https://www.gnu.org/software/libc/manual/html_node/Getopt-Long-Options.html#index-getopt_005flongmaster
jakob
7 years ago
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue