Fix incorrect volume usage calculation

edge.strict_endians
szaka 2005-08-21 00:50:14 +00:00
parent 0f3a85c8e3
commit d29a3e9b97
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ xx/xx/2005 - 1.12.0-WIP
- Hard link mkfs.ntfs and mkfs.ntfs.8 with mkntfs and mkntfs.8. (Szaka)
- Only include sys/ioctl.h in libntfs/device.c if ./configure detected
it to be present. (Christophe)
- ntfscluster: fix incorrect volume usage calculation. (Szaka)
08/08/2005 - 1.11.2 - ntfsdecrypt now works and lots of fixes and improvements.

View File

@ -269,7 +269,7 @@ static int info (ntfs_volume *vol)
inuse++;
a_ctx = ntfs_attr_get_search_ctx (NULL, m_ctx->inode->mrec);
a_ctx = ntfs_attr_get_search_ctx (m_ctx->inode, NULL);
while ((rec = find_attribute (AT_UNUSED, a_ctx))) {