From f08833fba2a0bab0eabbea23f61838a187176279 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sun, 3 Feb 2008 21:42:08 +0000 Subject: [PATCH] Fix typo. --- src/usermod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usermod.c b/src/usermod.c index e8049a9e..f4b16800 100644 --- a/src/usermod.c +++ b/src/usermod.c @@ -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;