mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +00:00
[NTOSKRNL]
Erratum for r58810. Forgot to change that if... svn path=/trunk/; revision=58830
This commit is contained in:
parent
98eaba80bc
commit
8fe345032d
1 changed files with 1 additions and 2 deletions
|
@ -179,8 +179,7 @@ FsRtlIsDbcsInExpression(IN PANSI_STRING Expression,
|
|||
ExpressionPosition++;
|
||||
}
|
||||
/* Check cases that eat one char */
|
||||
else if ((Expression->Buffer[ExpressionPosition] == '?') || (Expression->Buffer[ExpressionPosition] == ANSI_DOS_QM) ||
|
||||
(Expression->Buffer[ExpressionPosition] == ANSI_DOS_DOT && Name->Buffer[NamePosition] == '.'))
|
||||
else if ((Expression->Buffer[ExpressionPosition] == '?') || (Expression->Buffer[ExpressionPosition] == ANSI_DOS_QM))
|
||||
{
|
||||
NamePosition++;
|
||||
ExpressionPosition++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue