mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
clang-modernize -use-nullptr for ucs/ucs.cpp
This commit is contained in:
+1
-2
@@ -49,8 +49,7 @@ std::string WorldShortName;
|
||||
|
||||
const ucsconfig *Config;
|
||||
|
||||
WorldServer *worldserver = 0;
|
||||
|
||||
WorldServer *worldserver = nullptr;
|
||||
|
||||
void CatchSignal(int sig_num) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user