Merge branch 'jk/ref-array-push'
[gitweb.git] / builtin / ls-tree.c
index c98253adbb41737d0ec7c632c17ec5c0efd098ca..d44b4f9c27d31cfa331ccef7ae538d8a6e6c38c6 100644 (file)
@@ -94,7 +94,7 @@ static int show_tree(const struct object_id *oid, struct strbuf *base,
                        char size_text[24];
                        if (!strcmp(type, blob_type)) {
                                unsigned long size;
-                               if (sha1_object_info(oid->hash, &size) == OBJ_BAD)
+                               if (oid_object_info(oid, &size) == OBJ_BAD)
                                        xsnprintf(size_text, sizeof(size_text),
                                                  "BAD");
                                else