mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 09:17:15 +00:00
clang-modernize -use-nullptr for ucs/clientlist.cpp
This commit is contained in:
+1
-1
@@ -618,7 +618,7 @@ void Clientlist::Process() {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
EQApplicationPacket *app = 0;
|
EQApplicationPacket *app = nullptr;
|
||||||
|
|
||||||
bool KeyValid = true;
|
bool KeyValid = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user