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:
@@ -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
@@ -121,7 +121,7 @@ Event *EventFind(char *name)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void EventModEvery(Event *event, int every)
|
||||
void EventModEvery(Event *event, long every)
|
||||
{
|
||||
Event *eventptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user