Update master to latest libgit2 and build statically #362

Merged
carlosmn merged 34 commits from cmn/master-tip-static into master 2017-01-20 16:55:27 -06:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 71ff6ab0d5 - Show all commits

View File

@ -62,7 +62,7 @@ func (c *StashCollection) Save(
ret := C.git_stash_save(
oid.toC(), c.repo.ptr,
stasherC, messageC, C.uint(flags))
stasherC, messageC, C.uint32_t(flags))
if ret < 0 {
return nil, MakeGitError(ret)