mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 11:19:47 +00:00
vmg is always right
This commit is contained in:
parent
c813b34550
commit
7167fd7ef8
@ -782,7 +782,7 @@ int git_path_iconv(git_path_iconv_t *ic, char **in, size_t *inlen)
|
||||
!git_path_has_non_ascii(*in, *inlen))
|
||||
return 0;
|
||||
|
||||
git_buf_truncate(&ic->buf, 0);
|
||||
git_buf_clear(&ic->buf);
|
||||
|
||||
while (1) {
|
||||
if (git_buf_grow(&ic->buf, wantlen + 1) < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user