Skip to content

Commit 69a0531

Browse files
dschoGit for Windows Build Agent
authored andcommitted
Merge branch 'size-t/blame'
2 parents 9ea67f1 + e680f93 commit 69a0531

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blame.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ static const char *get_next_line(const char *start, const char *end)
335335
}
336336

337337
static int find_line_starts(int **line_starts, const char *buf,
338-
unsigned long len)
338+
size_t len)
339339
{
340340
const char *end = buf + len;
341341
const char *p;

0 commit comments

Comments
 (0)