diff options
| author | Calin Seciu <[email protected]> | 2016-02-20 14:58:48 +0200 |
|---|---|---|
| committer | Calin Seciu <[email protected]> | 2016-02-20 14:58:48 +0200 |
| commit | 71ff6ab0d5afb13c555da799ee69b055acd3954c (patch) | |
| tree | f6c83d8e660095c9c361f1aec10663ed18a3efb4 /stash.go | |
| parent | c6f394e407a8f119eea191e1321f61828921f164 (diff) | |
Fix error after updating to latest changes
Diffstat (limited to 'stash.go')
| -rw-r--r-- | stash.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
