diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-23 14:55:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-23 14:55:03 +0000 |
commit | 7060a1f3dcde4355124316e6aab3a4e336812155 (patch) | |
tree | c90151cb9386abce03de741f271c3751b3a7eb6f /protocols/IcqOscarJ/src/icq_xtraz.cpp | |
parent | bcdf15018dd56e91974d3723d2a7013ff3dcd699 (diff) |
more utf fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@13775 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_xtraz.cpp')
-rw-r--r-- | protocols/IcqOscarJ/src/icq_xtraz.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/icq_xtraz.cpp b/protocols/IcqOscarJ/src/icq_xtraz.cpp index 5cd3521eb2..f9dfd0615b 100644 --- a/protocols/IcqOscarJ/src/icq_xtraz.cpp +++ b/protocols/IcqOscarJ/src/icq_xtraz.cpp @@ -332,7 +332,6 @@ void CIcqProto::handleXtrazData(DWORD dwUin, char* szMsg, BOOL bThruDC) PROTORECVEVENT pre = { 0 };
pre.timestamp = time(NULL);
pre.szMessage = szWork;
- pre.flags = 0;
int bAdded;
ProtoChainRecvMsg(HContactFromUIN(dwUin, &bAdded), &pre);
|