X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/ed5dccbeaab5c8b30e1c2fe8890fa098537a2621..513b3863d999f91b47d7e9f26710390db55f9463:/ui-atom.c?ds=inline 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);