mirror of
https://github.com/winfsp/winfsp.git
synced 2026-06-17 01:56:04 -05:00
tst: passthrough, passthrough-cpp: fix #662
This commit is contained in:
@@ -191,7 +191,7 @@ Ptfs::~Ptfs()
|
||||
|
||||
NTSTATUS Ptfs::SetPath(PWSTR Path)
|
||||
{
|
||||
WCHAR FullPath[MAX_PATH];
|
||||
WCHAR FullPath[FULLPATH_SIZE];
|
||||
ULONG Length;
|
||||
HANDLE Handle;
|
||||
FILETIME CreationTime;
|
||||
|
||||
Reference in New Issue
Block a user