fix : fed in the available space in ntfscp

edge.strict_endians
Jean-Pierre André 2011-10-20 18:51:15 +02:00
parent 650eaddb89
commit 69549be496
1 changed files with 4 additions and 0 deletions

View File

@ -360,6 +360,10 @@ int main(int argc, char *argv[])
goto umount;
NVolSetCompression(vol); /* allow compression */
if (ntfs_volume_get_free_space(vol)) {
ntfs_log_perror("ERROR: couldn't get free space");
goto umount;
}
{
struct stat fst;