mirror of
https://github.com/anope/anope.git
synced 2026-06-28 08:16:37 +02:00
BUILD : 1.7.5 (423) BUGS : N/A NOTES : code tidy up fixes stuff under Freebsd
git-svn-id: svn://svn.anope.org/anope/trunk@423 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@281 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
593b0d1799
commit
8ca85197f7
+1
-1
@@ -51,7 +51,7 @@ void check_timeouts(void)
|
||||
time_t t = time(NULL);
|
||||
|
||||
if (debug >= 2)
|
||||
alog("debug: Checking timeouts at %ld", t);
|
||||
alog("debug: Checking timeouts at %ld", (long int) t);
|
||||
|
||||
to = timeouts;
|
||||
while (to) {
|
||||
|
||||
Reference in New Issue
Block a user