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