1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 11:16:38 +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:
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-10-25 03:31:33 +00:00
parent 593b0d1799
commit 8ca85197f7
20 changed files with 169 additions and 123 deletions
+1 -1
View File
@@ -1402,7 +1402,7 @@ int moduleAddCallback(char *name, time_t when,
}
if (debug)
alog("Added module CallBack: [%s] due to execute at %ld",
new->name ? new->name : "?", new->when);
new->name ? new->name : "?", (long int) new->when);
return MOD_ERR_OK;
}