X-Git-Url: https://git.saurik.com/apple/hfs.git/blobdiff_plain/558d2836cb4329cfdb20acd2c5c4cd1945ad0a66..HEAD:/fsck_hfs/dfalib/VolumeBitmapCheck.c diff --git a/fsck_hfs/dfalib/VolumeBitmapCheck.c b/fsck_hfs/dfalib/VolumeBitmapCheck.c index 4372336..dde1d92 100644 --- a/fsck_hfs/dfalib/VolumeBitmapCheck.c +++ b/fsck_hfs/dfalib/VolumeBitmapCheck.c @@ -706,7 +706,7 @@ int CheckVolumeBitMap(SGlobPtr g, Boolean repair) * them against the on-disk bitmap. */ for (bit = 0; bit < gTotalBits; bit += kBitsPerSegment) { - (void) GetSegmentBitmap(bit, &buffer, kTestingBits); + (void) GetSegmentBitmap((UInt32)bit, &buffer, kTestingBits); /* * When we cross file block boundries read a new block from disk.