Update file.c
This commit is contained in:
parent
46b9955990
commit
a2452341de
|
@ -823,7 +823,7 @@ check_sandbox_prefix:
|
||||||
|
|
||||||
ULONG len = _DriveLen + 1; /* drive letter */
|
ULONG len = _DriveLen + 1; /* drive letter */
|
||||||
|
|
||||||
// skip any sufix after the drive letter
|
// skip any suffix after the drive letter
|
||||||
if (File_DriveAddSN) {
|
if (File_DriveAddSN) {
|
||||||
WCHAR* ptr = wcschr(*OutTruePath + _DriveLen + 1, L'\\');
|
WCHAR* ptr = wcschr(*OutTruePath + _DriveLen + 1, L'\\');
|
||||||
if (ptr)
|
if (ptr)
|
||||||
|
@ -6886,4 +6886,4 @@ _FX BOOLEAN DigitalGuardian_Init(HMODULE hModule)
|
||||||
Dll_DigitalGuardian = hModule;
|
Dll_DigitalGuardian = hModule;
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue