diff options
Diffstat (limited to 'src/apps/optargpm.h')
| -rw-r--r-- | src/apps/optargpm.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/apps/optargpm.h b/src/apps/optargpm.h index f293ad98..4e8dd9c7 100644 --- a/src/apps/optargpm.h +++ b/src/apps/optargpm.h @@ -286,9 +286,7 @@ int opt_input_loop (OPTARGS *opt, int binary) { return 1; /* ignore non-existing files - go on! */ - if (nullptr==opt->input) - return opt_input_loop (opt, binary); - return 0; + return opt_input_loop (opt, binary); } |
