mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-08 18:08:11 +00:00
Fix printf format string from previous commit
This commit is contained in:
parent
c6320bec93
commit
4c9ffdff76
@ -342,7 +342,7 @@ static int print_binary_hunk(diff_print_info *pi, git_blob *old, git_blob *new)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
git_buf_printf(pi->buf, "%s %u\n", out_type, inflated_len);
|
git_buf_printf(pi->buf, "%s %lu\n", out_type, inflated_len);
|
||||||
pi->line.num_lines++;
|
pi->line.num_lines++;
|
||||||
|
|
||||||
for (ptr = out->ptr, remain = out->size; remain > 0; ) {
|
for (ptr = out->ptr, remain = out->size; remain > 0; ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user