[NTOSKRNL]

Temp hackfix DOS_STAR to get rosautotest working again

svn path=/trunk/; revision=58817
This commit is contained in:
Pierre Schweitzer
2013-04-21 20:14:36 +00:00
parent 3a18230542
commit e25146372d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ FsRtlIsDbcsInExpression(IN PANSI_STRING Expression,
{
if (Name->Buffer[MatchingChars] == '.')
{
NamePosition = MatchingChars + 1;
NamePosition = MatchingChars;
}
MatchingChars++;
}
+1 -1
View File
@@ -158,7 +158,7 @@ FsRtlIsNameInExpressionPrivate(IN PUNICODE_STRING Expression,
{
if (Name->Buffer[MatchingChars] == L'.')
{
NamePosition = MatchingChars + 1;
NamePosition = MatchingChars;
}
MatchingChars++;
}