1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-28 06:16:37 +02:00

Fixed a minor events issue

This commit is contained in:
codemastr
2001-11-18 22:28:01 +00:00
parent 0a7e518e6f
commit 28b8a0ef9b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -941,3 +941,4 @@ seen. gmtime warning still there
an event, for e_unload_module_delayed
- Updated makefile.win32 for the Auth system
- Redid the event system somewhat
- Fixed a little event issue involving data types.
+1 -1
View File
@@ -121,7 +121,7 @@ Event *EventFind(char *name)
return NULL;
}
void EventModEvery(Event *event, int every)
void EventModEvery(Event *event, long every)
{
Event *eventptr;