mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
ext: tlib: fix mistake in cmdline handling introduced in latest change
This commit is contained in:
parent
31eedbddb3
commit
a653a010ce
@ -131,7 +131,7 @@ void tlib_run_tests(int argc, char *argv[])
|
|||||||
no_abort = 1;
|
no_abort = 1;
|
||||||
else if (0 == strcmp("--repeat-forever", a))
|
else if (0 == strcmp("--repeat-forever", a))
|
||||||
repeat = ULONG_MAX;
|
repeat = ULONG_MAX;
|
||||||
else
|
else if ('-' == a[1])
|
||||||
{
|
{
|
||||||
fprintf(stderr, "tlib_run_tests: unknown option %s\n", a);
|
fprintf(stderr, "tlib_run_tests: unknown option %s\n", a);
|
||||||
exit(2);
|
exit(2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user