l10n: sv.po: Update Swedish translation (3608t0f0u)
[gitweb.git] / line-log.c
index 437d44c00ae0b9f912e42c927fef7dadd240af34..fa9cfd5bdbb5dfe4a1ca5c7f7711435caf091805 100644 (file)
@@ -501,8 +501,7 @@ static void fill_blob_sha1(struct commit *commit, struct diff_filespec *spec)
        unsigned mode;
        struct object_id oid;
 
-       if (get_tree_entry(commit->object.oid.hash, spec->path,
-                          oid.hash, &mode))
+       if (get_tree_entry(&commit->object.oid, spec->path, &oid, &mode))
                die("There is no path %s in the commit", spec->path);
        fill_filespec(spec, &oid, 1, mode);