From: Markus Armbruster Date: Tue, 9 Mar 2004 12:33:17 +0000 (+0000) Subject: (mobupdate): Fix argument of time(). X-Git-Tag: v4.2.14~62 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=f187082daa31aeeda27b19ba5ca1335fb88e8332 (mobupdate): Fix argument of time(). --- diff --git a/src/lib/commands/mobu.c b/src/lib/commands/mobu.c index ee3b16e51..85f7f78cd 100644 --- a/src/lib/commands/mobu.c +++ b/src/lib/commands/mobu.c @@ -53,7 +53,7 @@ mobupdate(void) FILE *fp; long minites; struct mob_acc_globals timestamps; - long now; + time_t now; if (!opt_MOB_ACCESS) { pr("Command invalid - MOB_ACCESS is not enabled.\n");