mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 02:09:49 +08:00
Patch warnings.diff from Nirgal
This commit is contained in:
committed by
Brian Bruns
parent
fba597765d
commit
aee657f603
@@ -42,9 +42,8 @@ main (int argc, char **argv)
|
||||
exit (1);
|
||||
}
|
||||
|
||||
int digit_optind = 0;
|
||||
while (1) {
|
||||
int this_option_optind = optind ? optind : 1;
|
||||
//int this_option_optind = optind ? optind : 1;
|
||||
int option_index = 0;
|
||||
static struct option long_options[] = {
|
||||
{"table", 1, NULL, 'T'},
|
||||
|
||||
Reference in New Issue
Block a user