Fix typo.
This commit is contained in:
parent
f8679b385a
commit
f08833fba2
@ -166,7 +166,7 @@ static void date_to_str (char *buf, size_t maxsize,
|
|||||||
{
|
{
|
||||||
struct tm *tp;
|
struct tm *tp;
|
||||||
|
|
||||||
if ((negatif != NULL) && (date < 0)) {
|
if ((negativ != NULL) && (date < 0)) {
|
||||||
strncpy (buf, negativ, maxsize);
|
strncpy (buf, negativ, maxsize);
|
||||||
} else {
|
} else {
|
||||||
time_t t = date;
|
time_t t = date;
|
||||||
|
Loading…
Reference in New Issue
Block a user