mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
notmuch-restore: remove extra increment of optind
This is left over from when the file name was a positional parameter.
This commit is contained in:
parent
3ac76816c5
commit
fe13a55421
1 changed files with 0 additions and 1 deletions
|
@ -141,7 +141,6 @@ notmuch_restore_command (unused (void *ctx), int argc, char *argv[])
|
|||
input_file_name, strerror (errno));
|
||||
return 1;
|
||||
}
|
||||
optind++;
|
||||
}
|
||||
|
||||
if (opt_index < argc) {
|
||||
|
|
Loading…
Reference in a new issue