Ooops, forgot to test make extra when changing ntfs_get_attribute_value().

(Logical change 1.334)
edge.strict_endians
cantab.net!aia21 2004-03-15 11:36:21 +00:00
parent ab2da48e25
commit 9bb30a0601
1 changed files with 1 additions and 1 deletions

View File

@ -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);