mirror of
https://github.com/curl/curl.git
synced 2026-05-08 13:37:29 +03:00
gtls: don't print double newline after certificate dates
This commit is contained in:
parent
3a757fddbb
commit
a6a264ef2c
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ static void showtime(struct SessionHandle *data,
|
|||
|
||||
snprintf(data->state.buffer,
|
||||
BUFSIZE,
|
||||
"\t %s: %s, %02d %s %4d %02d:%02d:%02d GMT\n",
|
||||
"\t %s: %s, %02d %s %4d %02d:%02d:%02d GMT",
|
||||
text,
|
||||
Curl_wkday[tm->tm_wday?tm->tm_wday-1:6],
|
||||
tm->tm_mday,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue