summaryrefslogtreecommitdiff
path: root/protocols/IRCG
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/IRCG')
-rw-r--r--protocols/IRCG/src/commandmonitor.cpp2
1 files changed, 1 insertions, 1 deletions
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;