Convert lookup_blob to struct object_id
[gitweb.git] / builtin / fast-export.c
index b4521cb6274422ca79ada685c845a6b330a07024..ae36b14db70d5ae02982bc0ad6fb814e6f061b5f 100644 (file)
@@ -232,7 +232,7 @@ static void export_blob(const struct object_id *oid)
 
        if (anonymize) {
                buf = anonymize_blob(&size);
-               object = (struct object *)lookup_blob(oid->hash);
+               object = (struct object *)lookup_blob(oid);
                eaten = 0;
        } else {
                buf = read_sha1_file(oid->hash, &type, &size);