0.5.1-pre3; more bug fixes related to handling of mislocated secondary

header and partition table.
This commit is contained in:
srs5694
2009-11-26 18:36:12 -05:00
parent 3f2fe99e72
commit 247657a5ac
5 changed files with 73 additions and 51 deletions

View File

@@ -480,6 +480,7 @@ uint64_t disksize(int fd, int *err) {
sectors = bytes / UINT64_C(512);
} // if
} // if
// printf("In disksize(), sectors is %lld.\n", sectors);
// sectors = 25000000;
// printf("Returning bogus sector size: %d\n", sectors);
return sectors;
}