mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Search'n'replace remaining NULL occurrences (#816)
This commit is contained in:
@@ -31,7 +31,7 @@ public:
|
||||
|
||||
private:
|
||||
void SendAdmins(const CString &msg) {
|
||||
CZNC::Get().Broadcast(msg, true, NULL, GetClient());
|
||||
CZNC::Get().Broadcast(msg, true, nullptr, GetClient());
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user