From 135cb752498c53fa15c9ec485404a6fd003ab02d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Pierre=20Andr=C3=A9?= Date: Tue, 9 Nov 2010 09:40:02 +0100 Subject: [PATCH] Fixed logging corrupted $UpCase --- libntfs-3g/volume.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libntfs-3g/volume.c b/libntfs-3g/volume.c index 5c5ac774..a30a33ad 100644 --- a/libntfs-3g/volume.c +++ b/libntfs-3g/volume.c @@ -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; } /*