Skip to content

Commit d60c65d

Browse files
committed
fixup! rerere: let rerere_path() write paths into a caller-provided buffer
1 parent bf337ca commit d60c65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rerere.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ static timestamp_t rerere_last_used_at(struct rerere_id *id)
11821182
{
11831183
struct strbuf buf = STRBUF_INIT;
11841184
struct stat st;
1185-
int ret;
1185+
timestamp_t ret;
11861186

11871187
ret = stat(rerere_path(&buf, id, "postimage"), &st) ? (time_t) 0 : st.st_mtime;
11881188

0 commit comments

Comments
 (0)