X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/6edc84bc44d55d7f90a40238ae2107913e15f54b..559ab5ecc4445c8477ecf62c9fc97efa412dd562:/ui-atom.c?ds=sidebyside diff --git a/ui-atom.c b/ui-atom.c index e186299..11ea0c0 100644 --- a/ui-atom.c +++ b/ui-atom.c @@ -19,7 +19,7 @@ static void add_entry(struct commit *commit, const char *host) struct commitinfo *info; info = cgit_parse_commit(commit); - hex = sha1_to_hex(commit->object.sha1); + hex = oid_to_hex(&commit->object.oid); html("\n"); html(""); html_txt(info->subject);