| 607 opterr = 1; |
607 opterr = 1; |
| 608 while ((opt = getopt_long(argc, argv, |
608 while ((opt = getopt_long(argc, argv, |
| 609 #ifndef _WIN32 |
609 #ifndef _WIN32 |
| 610 "c:dhmnl::s:v", |
610 "c:dhmnl::s:v", |
| 611 #else |
611 #else |
| 612 "c:dhnl::v", |
612 "c:dhmnl::v", |
| 613 #endif |
613 #endif |
| 614 long_options, NULL)) != -1) { |
614 long_options, NULL)) != -1) { |
| 615 switch (opt) { |
615 switch (opt) { |
| 616 case 'c': /* config dir */ |
616 case 'c': /* config dir */ |
| 617 g_free(opt_config_dir_arg); |
617 g_free(opt_config_dir_arg); |