mirror of
https://github.com/anope/anope.git
synced 2026-06-29 21:06:37 +02:00
Avoid needing to cast CurrentUplink by changing it to a size_t.
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ static Anope::string BinaryDir; /* Full path to services bin directory */
|
||||
time_t Anope::StartTime = time(NULL);
|
||||
time_t Anope::CurTime = time(NULL);
|
||||
|
||||
int Anope::CurrentUplink = -1;
|
||||
size_t Anope::CurrentUplink = -1;
|
||||
|
||||
class UpdateTimer : public Timer
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user