mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 02:11:30 +00:00
clang-modernize -use-nullptr for ucs/clientlist.cpp
This commit is contained in:
parent
f3f9997adf
commit
bf9b126eef
@ -618,7 +618,7 @@ void Clientlist::Process() {
|
||||
continue;
|
||||
}
|
||||
|
||||
EQApplicationPacket *app = 0;
|
||||
EQApplicationPacket *app = nullptr;
|
||||
|
||||
bool KeyValid = true;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user