From 756cda6094c7e3e24a29323867b070b988dfaf1c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 18 Feb 2023 20:10:39 +0300 Subject: minor code cleaning --- protocols/IRCG/src/commandmonitor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/IRCG/src') diff --git a/protocols/IRCG/src/commandmonitor.cpp b/protocols/IRCG/src/commandmonitor.cpp index 9eb66f8aaa..974aba88ac 100644 --- a/protocols/IRCG/src/commandmonitor.cpp +++ b/protocols/IRCG/src/commandmonitor.cpp @@ -1140,7 +1140,7 @@ bool CIrcProto::IsCTCP(const CIrcMessage *pmsg) const wchar_t* tszTemp = sFile; - PROTORECVFILE pre = { 0 }; + PROTORECVFILE pre = {}; pre.dwFlags = PRFF_UNICODE; pre.timestamp = (uint32_t)time(0); pre.fileCount = 1; -- cgit v1.2.3