mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[NTOSKRNL]
Fix a few tests with FsRtlIs*InExpression() svn path=/trunk/; revision=58841
This commit is contained in:
@@ -285,6 +285,10 @@ FsRtlIsDbcsInExpression(IN PANSI_STRING Expression,
|
||||
/* If we are beyond name, we null match */
|
||||
if (BeyondName)
|
||||
{
|
||||
if (Name->Buffer[NamePosition] == '.')
|
||||
{
|
||||
NamePosition++;
|
||||
}
|
||||
ExpressionPosition++;
|
||||
continue;
|
||||
}
|
||||
|
||||
@@ -216,6 +216,10 @@ FsRtlIsNameInExpressionPrivate(IN PUNICODE_STRING Expression,
|
||||
/* If we are beyond name, we null match */
|
||||
if (BeyondName)
|
||||
{
|
||||
if (Name->Buffer[NamePosition] == L'.')
|
||||
{
|
||||
NamePosition++;
|
||||
}
|
||||
ExpressionPosition++;
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user