X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=notes.c;h=532ec37865768d05a31606f495b4f0c1645ea757;hb=3dc47c428894c0eca7b01561978befdc09f64e48;hp=be72780a8f3bb5c28341b0125c06caa513ec1488;hpb=4d8c4da9508384fc6e6a66189d759609f195cd5e;p=thirdparty%2Fgit.git diff --git a/notes.c b/notes.c index be72780a8f..532ec37865 100644 --- a/notes.c +++ b/notes.c @@ -988,7 +988,7 @@ void init_notes(struct notes_tree *t, const char *notes_ref, combine_notes_fn combine_notes, int flags) { struct object_id oid, object_oid; - unsigned mode; + unsigned short mode; struct leaf_node root_tree; if (!t)