tree-diff: convert diff_root_tree_sha1 to struct object_id
[gitweb.git] / builtin / blame.c
index 1043e5376f35bd56f498f9078676c08ffcff687d..5ad435380f2055055744881465874001e7d037c9 100644 (file)
@@ -163,7 +163,7 @@ int textconv_object(const char *path,
        struct userdiff_driver *textconv;
 
        df = alloc_filespec(path);
-       fill_filespec(df, oid->hash, oid_valid, mode);
+       fill_filespec(df, oid, oid_valid, mode);
        textconv = get_textconv(df);
        if (!textconv) {
                free_filespec(df);