mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[NTOS/FSRTL]
- Remove unnecessary upcasing, thanks Pierre. svn path=/trunk/; revision=50992
This commit is contained in:
parent
acd7f5a3da
commit
ba43b429b9
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ FsRtlIsNameInExpressionPrivate(IN PUNICODE_STRING Expression,
|
|||
|
||||
/* Now compare upcased name char with expression */
|
||||
if (UpcaseTable[Name->Buffer[NamePosition + ExpressionPosition]] !=
|
||||
UpcaseTable[IntExpression.Buffer[ExpressionPosition]])
|
||||
IntExpression.Buffer[ExpressionPosition])
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue