diff options
author | George Hazan <ghazan@miranda.im> | 2017-01-17 21:06:19 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-01-17 21:06:19 +0300 |
commit | 912f1514c3488014ac0174bd533f4bfeb1de0a44 (patch) | |
tree | a5997ec470b539f8c8d3fda9b5001ef2058549b8 /plugins/StopSpamMod/src | |
parent | ad61413a521ea9cebd849b659653a21c2c33ff8a (diff) |
compilation fix
Diffstat (limited to 'plugins/StopSpamMod/src')
-rwxr-xr-x | plugins/StopSpamMod/src/utilities.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StopSpamMod/src/utilities.cpp b/plugins/StopSpamMod/src/utilities.cpp index 4a42cb136c..c68e5581bf 100755 --- a/plugins/StopSpamMod/src/utilities.cpp +++ b/plugins/StopSpamMod/src/utilities.cpp @@ -312,7 +312,7 @@ void CleanThread() void HistoryLog(MCONTACT hContact, char *data, int event_type, int flags)
{
- DBEVENTINFO Event = { sizeof(Event) };
+ DBEVENTINFO Event = {};
Event.szModule = pluginName;
Event.eventType = event_type;
Event.flags = flags | DBEF_UTF;
|