Fix compiler warning.

(Logical change 1.617)
edge.strict_endians
cantab.net!aia21 2004-10-18 10:24:25 +00:00
parent 781e041a1f
commit 3009ea72ab
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ static void clone_ntfs(u64 nr_clusters)
perr_exit("write_all");
}
for (last_cl = cl = 0; cl < vol->nr_clusters; cl++) {
for (last_cl = cl = 0; cl < (u64)vol->nr_clusters; cl++) {
if (ntfs_bit_get(lcn_bitmap.bm, cl)) {
progress_update(&progress, ++p_counter);