mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTOSKRNL]
Erratum for r58810. Forgot to change that if... svn path=/trunk/; revision=58830
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user