diff options
author | Sadie Powell <sadie@witchery.services> | 2025-05-24 16:51:33 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-05-24 16:54:49 +0100 |
commit | 23e72fc934eae5a5fadde21102ec342840956c1f (patch) | |
tree | 3e53a265383c88777badf9a9328774be80c77645 /src/main.cpp | |
parent | e182519e4d2f35c9fed070c9fb5004276c865070 (diff) |
Convert Anope::Debug to an unsigned value.
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 283d7146e..fcb3efe89 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -23,7 +23,7 @@ #endif /* Command-line options: */ -int Anope::Debug = 0; +unsigned Anope::Debug = 0; bool Anope::ReadOnly = false, Anope::NoFork = false, Anope::NoThird = false, Anope::NoPID = false, Anope::NoExpire = false, Anope::ProtocolDebug = false; Anope::string Anope::ServicesDir; Anope::string Anope::ServicesBin; |