mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[NTFS]
ASSERT -> NT_VERIFY Spotted by Thomas. Thanks :-) svn path=/trunk/; revision=65473
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user