mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-08 04:52:10 -05:00
tst: passthrough-cpp: minor fix
This commit is contained in:
parent
b70337bac3
commit
c137d49dcd
@ -750,7 +750,7 @@ static ULONG wcstol_deflt(wchar_t *w, ULONG deflt)
|
|||||||
return L'\0' != w[0] && L'\0' == *endp ? ul : deflt;
|
return L'\0' != w[0] && L'\0' == *endp ? ul : deflt;
|
||||||
}
|
}
|
||||||
|
|
||||||
PTFS_SERVICE::PTFS_SERVICE() : Fsp::Service(L"" PROGNAME)
|
PTFS_SERVICE::PTFS_SERVICE() : Fsp::Service(L"" PROGNAME), _Ptfs(0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user