We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fc3642 + 43c5b32 commit 497410cCopy full SHA for 497410c
client-src/runtar.c
@@ -191,9 +191,9 @@ main(
191
g_str_has_prefix(argv[i],"--newer") ||
192
g_str_has_prefix(argv[i],"--exclude-from") ||
193
g_str_has_prefix(argv[i],"--files-from")) {
194
- /* Accept theses options with the following argument */
195
- good_option += 2;
+ good_option++;
196
} else if (argv[i][0] != '-') {
+ /* argument values are accounted for here */
197
good_option++;
198
}
199
0 commit comments