Fixed logging corrupted $UpCase

PERMISSION_HANDLING_BRANCH
Jean-Pierre André 2010-11-09 09:40:02 +01:00
parent 351aec3f7a
commit 135cb75249
1 changed files with 2 additions and 2 deletions

View File

@ -1034,8 +1034,8 @@ ntfs_volume *ntfs_device_mount(struct ntfs_device *dev, unsigned long flags)
== ((k < 'a') || (k > 'z') ? k : k + 'A' - 'a')))
k++;
if (k < 0x7f) {
ntfs_log_perror("Corrupted file $UpCase");
goto error_exit;
ntfs_log_error("Corrupted file $UpCase\n");
goto io_error_exit;
}
/*