diff options
| author | Ian Lance Taylor <[email protected]> | 2016-02-16 21:06:45 -0800 |
|---|---|---|
| committer | Ian Lance Taylor <[email protected]> | 2016-02-16 21:06:45 -0800 |
| commit | b70973e5c71b12f7ac42467d6b409ab4c7467dbd (patch) | |
| tree | 7f9086ead1f262a5e626d44c0d41551148426a61 /blob.go | |
| parent | 42b11d403d91e25754fe60c63c26371fbb7a89a9 (diff) | |
| parent | 55594814c9009f9d645aea39a9f917cf82666228 (diff) | |
Merge remote-tracking branch 'upstream/master'
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{} |
