From bf9b126eef5770c63d5b85b977d400584a89baf4 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Fri, 9 Jan 2015 13:18:49 -0500 Subject: [PATCH] clang-modernize -use-nullptr for ucs/clientlist.cpp --- ucs/clientlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucs/clientlist.cpp b/ucs/clientlist.cpp index 08b01f077..26c1befa4 100644 --- a/ucs/clientlist.cpp +++ b/ucs/clientlist.cpp @@ -618,7 +618,7 @@ void Clientlist::Process() { continue; } - EQApplicationPacket *app = 0; + EQApplicationPacket *app = nullptr; bool KeyValid = true;