mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[NTOSKRNL]
Temp hackfix DOS_STAR to get rosautotest working again svn path=/trunk/; revision=58817
This commit is contained in:
@@ -223,7 +223,7 @@ FsRtlIsDbcsInExpression(IN PANSI_STRING Expression,
|
||||
{
|
||||
if (Name->Buffer[MatchingChars] == '.')
|
||||
{
|
||||
NamePosition = MatchingChars + 1;
|
||||
NamePosition = MatchingChars;
|
||||
}
|
||||
MatchingChars++;
|
||||
}
|
||||
|
||||
@@ -158,7 +158,7 @@ FsRtlIsNameInExpressionPrivate(IN PUNICODE_STRING Expression,
|
||||
{
|
||||
if (Name->Buffer[MatchingChars] == L'.')
|
||||
{
|
||||
NamePosition = MatchingChars + 1;
|
||||
NamePosition = MatchingChars;
|
||||
}
|
||||
MatchingChars++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user