builtin: convert textconv_object to use struct object_id
[gitweb.git] / builtin / cat-file.c
index 8b77378790b91b5642ab0ac6e287a71c0680f4d5..7b2e053710681cd0498c5ca2650f5efe80926c08 100644 (file)
@@ -66,7 +66,7 @@ static int cat_one_file(int opt, const char *exp_type, const char *obj_name,
                        die("git cat-file --textconv %s: <object> must be <sha1:path>",
                            obj_name);
 
-               if (textconv_object(obj_context.path, obj_context.mode, oid.hash, 1, &buf, &size))
+               if (textconv_object(obj_context.path, obj_context.mode, &oid, 1, &buf, &size))
                        break;
 
        case 'p':