fix brokeness introduced in the last Anton's cleanup

edge.strict_endians
cha0smaster 2005-08-23 12:17:39 +00:00
parent 1ed76a2d3e
commit ca83f4d63c
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ int ntfs_names_collate(const ntfschar *name1, const u32 name1_len,
ntfschar c1, c2;
#ifdef DEBUG
if (!name1 || !name2 || (ic && (!upcase || upcase_len))) {
if (!name1 || !name2 || (ic && (!upcase || !upcase_len))) {
Dputs("ntfs_names_collate received NULL pointer!");
exit(1);
}