diff options
| author | Carlos Martín Nieto <[email protected]> | 2016-02-15 15:02:19 +0100 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2016-02-15 15:02:19 +0100 |
| commit | 6d6736b2bd4e23a68fa5e0703ab9cf20f3f32af3 (patch) | |
| tree | 5944351daa7480f7e1a89c46b147701a88dfe697 /blob.go | |
| parent | 6d60e0f2c911b939f2ccae5d3f7d4c554a4d563e (diff) | |
| parent | 55594814c9009f9d645aea39a9f917cf82666228 (diff) | |
Merge remote-tracking branch 'upstream/master' into next
Diffstat (limited to 'blob.go')
| -rw-r--r-- | blob.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ func (repo *Repository) CreateBlobFromChunks(hintPath string, callback BlobChunk var chintPath *C.char = nil if len(hintPath) > 0 { - C.CString(hintPath) + chintPath = C.CString(hintPath) defer C.free(unsafe.Pointer(chintPath)) } oid := C.git_oid{} |
