mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 08:53:01 -05:00
tst: winfsp-tests: minor fix
This commit is contained in:
parent
728c1b3402
commit
8abadf94f3
@ -320,7 +320,6 @@ int main(int argc, char *argv[])
|
|||||||
OptMountPoint = OptMountPointBuf;
|
OptMountPoint = OptMountPointBuf;
|
||||||
rmarg(argv, argc, argi);
|
rmarg(argv, argc, argi);
|
||||||
|
|
||||||
NtfsTests = 0;
|
|
||||||
if (!(testalpha(OptMountPoint[0]) &&
|
if (!(testalpha(OptMountPoint[0]) &&
|
||||||
L':' == OptMountPoint[1] &&
|
L':' == OptMountPoint[1] &&
|
||||||
L'\0' == OptMountPoint[2]))
|
L'\0' == OptMountPoint[2]))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user