mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:25:45 +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 */
|
/* Now compare upcased name char with expression */
|
||||||
if (UpcaseTable[Name->Buffer[NamePosition + ExpressionPosition]] !=
|
if (UpcaseTable[Name->Buffer[NamePosition + ExpressionPosition]] !=
|
||||||
UpcaseTable[IntExpression.Buffer[ExpressionPosition]])
|
IntExpression.Buffer[ExpressionPosition])
|
||||||
{
|
{
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue