diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c index b5a95dd..052f8a8 100644 --- a/src/options.c +++ b/src/options.c @@ -794,7 +794,7 @@ static void feh_parse_option_array(int argc, char **argv, int finalrun) add_file_to_filelist_recursively(".", FILELIST_FIRST); /* So that we can safely be called again */ - optind = 1; + optind = 0; return; } |