merge(3p/cgit): subtree merge at adcc4f82
Change-Id: I16941629a17a2f39b9324cb85dc0cec6b104dfe4
This commit is contained in:
parent
f4609b896f
commit
1e81ce6622
26 changed files with 299 additions and 135 deletions
2
third_party/cgit/ui-repolist.c
vendored
2
third_party/cgit/ui-repolist.c
vendored
|
@ -20,7 +20,7 @@ static time_t read_agefile(const char *path)
|
|||
|
||||
if (readfile(path, &buf, &size)) {
|
||||
free(buf);
|
||||
return -1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (parse_date(buf, &date_buf) == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue