1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-06-04 11:56:54 -05:00

tst: passthrough, passthrough-cpp: fix #662

This commit is contained in:
Bill Zissimopoulos
2026-05-18 12:22:22 +03:00
parent 0a89d2ecaf
commit 608e16761e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -626,7 +626,7 @@ static VOID PtfsDelete(PTFS *Ptfs);
static NTSTATUS PtfsCreate(PWSTR Path, PWSTR VolumePrefix, PWSTR MountPoint, UINT32 DebugFlags,
PTFS **PPtfs)
{
WCHAR FullPath[MAX_PATH];
WCHAR FullPath[FULLPATH_SIZE];
ULONG Length;
HANDLE Handle;
FILETIME CreationTime;