Fix error after updating to latest changes

This commit is contained in:
Calin Seciu 2016-02-20 14:58:48 +02:00
parent c6f394e407
commit 71ff6ab0d5
1 changed files with 1 additions and 1 deletions

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)