From 1d208534ef5fd99ae7a7daef28aae0c82ca3dab9 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Sat, 29 Jan 2022 18:21:58 +0100 Subject: [PATCH] [cookies] format warning --- src/cookies/cookies.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cookies/cookies.c b/src/cookies/cookies.c index 5230bd990..2185921eb 100644 --- a/src/cookies/cookies.c +++ b/src/cookies/cookies.c @@ -862,7 +862,7 @@ save_cookies(struct terminal *term) { now = time(NULL); foreach (c, cookies) { if (!c->expires || c->expires <= now) continue; - if (secure_fprintf(ssi, "%s\t%s\t%s\t%s\t%s\t%"TIME_PRINT_FORMAT"\t%d\t%d\n", + if (secure_fprintf(ssi, "%s\t%s\t%s\t%s\t%s\t%" TIME_PRINT_FORMAT "\t%d\t%d\n", c->name, c->value, c->server->host, empty_string_or_(c->path),