mirror of
https://github.com/git-for-windows/git.git
synced 2026-06-30 00:43:38 -05:00
Merge branch 'size-t/blame'
This commit is contained in:
committed by
Git for Windows Build Agent
commit
404194393f
@@ -345,7 +345,7 @@ static const char *get_next_line(const char *start, const char *end)
|
||||
}
|
||||
|
||||
static int find_line_starts(int **line_starts, const char *buf,
|
||||
unsigned long len)
|
||||
size_t len)
|
||||
{
|
||||
const char *end = buf + len;
|
||||
const char *p;
|
||||
|
||||
Reference in New Issue
Block a user