mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[NTOSKRNL]
Erratum... Add missing L svn path=/trunk/; revision=56144
This commit is contained in:
parent
ce02953a73
commit
817f6904c2
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ FsRtlIsNameInExpressionPrivate(IN PUNICODE_STRING Expression,
|
|||
else if (Expression->Buffer[ExpressionPosition] == L'*')
|
||||
{
|
||||
/* Skip contigous stars */
|
||||
while (ExpressionPosition + 1 < Expression->Length / sizeof(WCHAR) && Expression->Buffer[ExpressionPosition + 1] == '*')
|
||||
while (ExpressionPosition + 1 < Expression->Length / sizeof(WCHAR) && Expression->Buffer[ExpressionPosition + 1] == L'*')
|
||||
{
|
||||
ExpressionPosition++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue