Skip to content

Commit a6cb8ee

Browse files
committed
correct libgit2 submodule. ??
1 parent d1d4a2e commit a6cb8ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PBGitSHA.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ - (id)initWithOID:(git_oid)g_oid
8282
- (NSString *)string
8383
{
8484
if (!string) {
85-
char *hex = git_oid_mkhex(&oid);
85+
char *hex = git_oid_allocfmt(&oid);
8686
if (hex == NULL)
8787
return nil;
8888
string = [NSString stringWithUTF8String:hex];

libgit2

Submodule libgit2 updated from bda29d0 to 998a7bf

0 commit comments

Comments
 (0)