1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 12:33:12 +02:00

BUILD : 1.7.5 (392) BUGS : N/A NOTES : More code tidy with strict enabled, some clean up of Unreal32

git-svn-id: svn://svn.anope.org/anope/trunk@392 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@257 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-10-13 05:22:13 +00:00
parent ee5de492f7
commit 3fb17634a0
12 changed files with 65 additions and 32 deletions
+2 -2
View File
@@ -60,8 +60,8 @@ void check_timeouts(void)
continue;
}
if (debug >= 4) {
alog("debug: Running timeout %p (code=%p repeat=%d)",
to, to->code, to->repeat);
alog("debug: Running timeout 0x%p (code=0x%p repeat=%d)",
(void *) to, to->code, to->repeat);
}
to->code(to);
if (to->repeat) {