mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-04 01:42:58 -05:00
dll: FspFsctlEnumServices
This commit is contained in:
@ -42,7 +42,7 @@ VOID FspSxsIdentInitialize(PUNICODE_STRING DriverName)
|
||||
{
|
||||
if (L'\\' == *P)
|
||||
break;
|
||||
if (L'+' == *P)
|
||||
if (FSP_SXS_SEPARATOR_CHAR == *P)
|
||||
{
|
||||
Ident = P;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user