Fix typo.

This commit is contained in:
nekral-guest 2008-02-03 21:42:08 +00:00
parent f8679b385a
commit f08833fba2

View File

@ -166,7 +166,7 @@ static void date_to_str (char *buf, size_t maxsize,
{
struct tm *tp;
if ((negatif != NULL) && (date < 0)) {
if ((negativ != NULL) && (date < 0)) {
strncpy (buf, negativ, maxsize);
} else {
time_t t = date;