diff options
| author | Edward Thomson <ethomson@github.com> | 2016-02-25 12:09:49 -0500 |
|---|---|---|
| committer | Edward Thomson <ethomson@github.com> | 2016-02-25 12:09:49 -0500 |
| commit | 0d9a7498c5f8852a60ffaf4d1c6b53c919193694 (patch) | |
| tree | 5f96713af0b14f4265dffd783755169e9c932851 /include/git2 | |
| parent | fd129f28f1c4662b9315a264f495c3ed7a9cfb50 (diff) | |
| parent | 32f0798413f83cbd1c22e11d81eeb9f664181ec9 (diff) | |
| download | libgit2-0d9a7498c5f8852a60ffaf4d1c6b53c919193694.tar.gz | |
Merge pull request #3628 from pks-t/pks/coverity-fixes
Coverity fixes
Diffstat (limited to 'include/git2')
| -rw-r--r-- | include/git2/sys/index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/sys/index.h b/include/git2/sys/index.h index 29a99f798..2e2b87e68 100644 --- a/include/git2/sys/index.h +++ b/include/git2/sys/index.h @@ -25,7 +25,7 @@ typedef struct git_index_name_entry { /** Representation of a resolve undo entry in the index. */ typedef struct git_index_reuc_entry { - unsigned int mode[3]; + uint32_t mode[3]; git_oid oid[3]; char *path; } git_index_reuc_entry; |
