fix "no space left" when there is free disk space (Antonio Pineda, Szabolcs Szakacsits)

master
szaka 2009-03-25 00:10:38 +00:00
parent a80efdeb88
commit 95868ac632
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ switch_to_data1_zone: search_zone = 2;
search_zone = 1;
zone_start = vol->mft_zone_pos;
zone_end = vol->mft_zone_end;
if (!zone_start == vol->mft_zone_start)
if (zone_start == vol->mft_zone_start)
pass = 2;
break;
}