From 452b8be3a5317b861f4b79241afa6211f4cb5643 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 24 Jul 2019 15:14:43 +0300 Subject: more useless shit cleaned --- plugins/NewXstatusNotify/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewXstatusNotify') diff --git a/plugins/NewXstatusNotify/src/main.cpp b/plugins/NewXstatusNotify/src/main.cpp index c79d025169..559517ec96 100644 --- a/plugins/NewXstatusNotify/src/main.cpp +++ b/plugins/NewXstatusNotify/src/main.cpp @@ -1135,7 +1135,7 @@ int CMPlugin::Load() // register special type of event // there's no need to declare the special service for getting text // because a blob contains only text - DBEVENTTYPEDESCR evtype = { sizeof(evtype) }; + DBEVENTTYPEDESCR evtype = {}; evtype.module = MODULENAME; evtype.eventType = EVENTTYPE_STATUSCHANGE; evtype.descr = LPGEN("Status change"); -- cgit v1.2.3