diff options
Diffstat (limited to 'ui-patch.c')
-rw-r--r-- | ui-patch.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ void cgit_print_patch(const char *new_rev, const char *old_rev, | |||
48 | return; | 48 | return; |
49 | } | 49 | } |
50 | } else if (commit->parents && commit->parents->item) { | 50 | } else if (commit->parents && commit->parents->item) { |
51 | hashcpy(old_rev_sha1, commit->parents->item->object.sha1); | 51 | hashcpy(old_rev_sha1, commit->parents->item->object.oid.hash); |
52 | } else { | 52 | } else { |
53 | hashclr(old_rev_sha1); | 53 | hashclr(old_rev_sha1); |
54 | } | 54 | } |