Skip to content

Commit d2b2f42

Browse files
committed
SQUASH???
1 parent f015fbb commit d2b2f42

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

repack-promisor.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ static void copy_promisor_content(struct repository *repo,
109109
/* If <time> doesn't exist, retrieve it and add it to line */
110110
if (!parts[2]) {
111111
struct tm tm;
112-
localtime_r(&source_stat.st_mtim.tv_sec, &tm),
112+
113+
localtime_r(&source_stat.st_mtim.tv_sec, &tm);
113114
strbuf_addch(&line, ' ');
114115
strbuf_addftime(&line, "%Y/%m/%d-%H:%M:%S", &tm, 0, 0);
115116
}

0 commit comments

Comments
 (0)