Update file.c

This commit is contained in:
isaak654 2021-06-13 19:02:02 +02:00 committed by GitHub
parent 46b9955990
commit a2452341de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -823,7 +823,7 @@ check_sandbox_prefix:
ULONG len = _DriveLen + 1; /* drive letter */
// skip any sufix after the drive letter
// skip any suffix after the drive letter
if (File_DriveAddSN) {
WCHAR* ptr = wcschr(*OutTruePath + _DriveLen + 1, L'\\');
if (ptr)
@ -6886,4 +6886,4 @@ _FX BOOLEAN DigitalGuardian_Init(HMODULE hModule)
Dll_DigitalGuardian = hModule;
return TRUE;
}
}