mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[NTFS]
ASSERT -> NT_VERIFY Spotted by Thomas. Thanks :-) svn path=/trunk/; revision=65473
This commit is contained in:
parent
620eec28ea
commit
d23756ccb7
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ CompareFileName(PUNICODE_STRING FileName,
|
|||
UNICODE_STRING IntFileName;
|
||||
if (IndexEntry->FileName.NameType != NTFS_FILE_NAME_POSIX)
|
||||
{
|
||||
ASSERT(NT_SUCCESS(RtlUpcaseUnicodeString(&IntFileName, FileName, TRUE)));
|
||||
NT_VERIFY(NT_SUCCESS(RtlUpcaseUnicodeString(&IntFileName, FileName, TRUE)));
|
||||
Alloc = TRUE;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue