fix stupid bug in ntfs_inode_free_space

(Logical change 1.611)
edge.strict_endians
(none)!yura 2004-10-13 12:01:03 +00:00
parent 01161bc99b
commit 1a9a051f31
1 changed files with 3 additions and 2 deletions

View File

@ -745,8 +745,9 @@ int ntfs_inode_free_space(ntfs_inode *ni, int size)
if (errno != ENOENT) {
Dprintf("%s(): Attribute lookup failed."
"\n", __FUNCTION__);
}
break;
} else
err = ENOSPC;
goto put_err_out;
}
}