Fix the previous revision.
This commit is contained in:
parent
ce6a691126
commit
812eab5427
1 changed files with 1 additions and 1 deletions
|
@ -742,7 +742,7 @@ fmttime2822(time_t t)
|
|||
if (CANT_HAPPEN(nn <= 0))
|
||||
buf[0] = 0;
|
||||
#else
|
||||
size_t int n = strftime(buf, sizeof(buf), "%a, %d %b %Y %T %z",
|
||||
size_t n = strftime(buf, sizeof(buf), "%a, %d %b %Y %T %z",
|
||||
localtime(&t));
|
||||
if (CANT_HAPPEN(n == 0))
|
||||
buf[0] = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue