diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-06-14 15:52:16 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-06-14 15:52:16 +0000 |
commit | 29fd9217b38f57a24f32e3579fc63068af3bdb6b (patch) | |
tree | 280c43c979be1a05182f48c34072003202dcdf08 /plugins/Spamotron/src/spamotron.cpp | |
parent | 19ac5de64bb31531a8d3ba472c24d6249a1ee448 (diff) |
unicode popups
git-svn-id: http://svn.miranda-ng.org/main/trunk@9471 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Spamotron/src/spamotron.cpp')
-rw-r--r-- | plugins/Spamotron/src/spamotron.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Spamotron/src/spamotron.cpp b/plugins/Spamotron/src/spamotron.cpp index 20f4b4fbb5..c37af43b12 100644 --- a/plugins/Spamotron/src/spamotron.cpp +++ b/plugins/Spamotron/src/spamotron.cpp @@ -53,7 +53,7 @@ int OnDBEventFilterAdd(WPARAM wParam, LPARAM lParam) MCONTACT hContact = wParam;
DBEVENTINFO *dbei = (DBEVENTINFO *)lParam;
char *msgblob;
- POPUPDATA ppdp = {0};
+ POPUPDATAT ppdp = {0};
DBTIMETOSTRING tts = {0};
char protoOption[256] = {0};
char *response, *tmp, *challenge;
|