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 /include/anope.h | |
parent | e182519e4d2f35c9fed070c9fb5004276c865070 (diff) |
Convert Anope::Debug to an unsigned value.
Diffstat (limited to 'include/anope.h')
-rw-r--r-- | include/anope.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/anope.h b/include/anope.h index 618592090..3cc6b602d 100644 --- a/include/anope.h +++ b/include/anope.h @@ -379,7 +379,7 @@ namespace Anope /** The debug level we are running at. */ - extern CoreExport int Debug; + extern CoreExport unsigned Debug; /** Other command line options. */ |