X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/ed5dccbeaab5c8b30e1c2fe8890fa098537a2621..21dcf10386551a2eee3e552c3213bb14e535cbba:/ui-atom.c 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);