From 9bb30a06012abd4058647548fe55f30192fbd91f Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Mon, 15 Mar 2004 11:36:21 +0000 Subject: [PATCH] Ooops, forgot to test make extra when changing ntfs_get_attribute_value(). (Logical change 1.334) --- ntfsprogs/ntfsdump_logfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntfsprogs/ntfsdump_logfile.c b/ntfsprogs/ntfsdump_logfile.c index b12587a3..0a5b5992 100644 --- a/ntfsprogs/ntfsdump_logfile.c +++ b/ntfsprogs/ntfsdump_logfile.c @@ -156,7 +156,7 @@ version_error: goto log_file_error; } /* Read in the $LogFile into the buffer. */ - if (l != ntfs_get_attribute_value(vol, m, a, lfd)) { + if (l != ntfs_get_attribute_value(vol, a, lfd)) { puts("Amount of data read does not correspond to expected " "length!"); free(lfd);