diff options
| author | Russell Belfer <rb@github.com> | 2014-01-28 16:25:42 -0800 |
|---|---|---|
| committer | Russell Belfer <rb@github.com> | 2014-01-30 09:59:59 -0800 |
| commit | e9d5e5f3d41846b5f3be1bfb6a5cb1e501f428c8 (patch) | |
| tree | 870612e753d9eac5be8e591423a5755c3ba87e0f /include/git2 | |
| parent | 3cf11eef17d8359c032844de945da6e983572ecc (diff) | |
| download | libgit2-e9d5e5f3d41846b5f3be1bfb6a5cb1e501f428c8.tar.gz | |
Some fixes for Windows x64 warnings
Diffstat (limited to 'include/git2')
| -rw-r--r-- | include/git2/blame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/blame.h b/include/git2/blame.h index 73bcc5bc6..b98c6f0d7 100644 --- a/include/git2/blame.h +++ b/include/git2/blame.h @@ -183,7 +183,7 @@ GIT_EXTERN(int) git_blame_buffer( git_blame **out, git_blame *reference, const char *buffer, - uint32_t buffer_len); + size_t buffer_len); /** * Free memory allocated by git_blame_file or git_blame_buffer. |
