merge-recursive: fix numerous argument alignment issues
[gitweb.git] / pack-bitmap.c
index a4837af0f4b407e312966df364a5c34838e6c7bf..06771113fb311e4a75fa7a1e325221e4b60c850c 100644 (file)
@@ -1033,7 +1033,7 @@ int rebuild_existing_bitmaps(struct packing_data *mapping,
                oe = packlist_find(mapping, sha1, NULL);
 
                if (oe)
-                       reposition[i] = oe->in_pack_pos + 1;
+                       reposition[i] = oe_in_pack_pos(mapping, oe) + 1;
        }
 
        rebuild = bitmap_new();