Search'n'replace remaining NULL occurrences (#816)

This commit is contained in:
J-P Nurmi
2015-02-26 20:58:01 +01:00
parent 832cec45f8
commit 75b210e841
46 changed files with 237 additions and 237 deletions
+2 -2
View File
@@ -35,10 +35,10 @@ protected:
void SendNotification(const CString& sMessage) {
if(m_sMethod == "message") {
GetUser()->PutStatus(sMessage, NULL, GetClient());
GetUser()->PutStatus(sMessage, nullptr, GetClient());
}
else if(m_sMethod == "notice") {
GetUser()->PutStatusNotice(sMessage, NULL, GetClient());
GetUser()->PutStatusNotice(sMessage, nullptr, GetClient());
}
}