]> git.saurik.com Git - apple/hfs.git/blobdiff - fsck_hfs/dfalib/VolumeBitmapCheck.c
hfs-556.100.11.tar.gz
[apple/hfs.git] / fsck_hfs / dfalib / VolumeBitmapCheck.c
index 4372336637f9773187cc1b53133c4f735050fb0e..dde1d925960bc466a3feab2ef385ab2485f1d4fc 100644 (file)
@@ -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.