diff options
Diffstat (limited to 'src/notes.c')
-rw-r--r-- | src/notes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notes.c b/src/notes.c index 1ff0e35c3..ffe5d345a 100644 --- a/src/notes.c +++ b/src/notes.c @@ -640,7 +640,7 @@ int git_note_next( if ((error = git_iterator_current(&item, it)) < 0) return error; - git_oid_cpy(note_id, &item->oid); + git_oid_cpy(note_id, &item->id); if (!(error = process_entry_path(item->path, annotated_id))) git_iterator_advance(NULL, it); |