summaryrefslogtreecommitdiff
path: root/protocols/MRA/src/Mra_proto.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-09-08 16:29:32 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-09-08 16:29:32 +0000
commit58a252dd51d4a289ecad6733aab4712212f78186 (patch)
tree417bb2074fda3b70409c1e04ee6b238a60f987df /protocols/MRA/src/Mra_proto.cpp
parent9196065a1afd8850b3d66995c5b393c7aec9b5fe (diff)
- fix for contact moving to a group with a short name;
- correct MRIM_CS_AUTHORIZE_ACK buffer filling; - correct flags allocation; git-svn-id: http://svn.miranda-ng.org/main/trunk@6024 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/src/Mra_proto.cpp')
-rw-r--r--protocols/MRA/src/Mra_proto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MRA/src/Mra_proto.cpp b/protocols/MRA/src/Mra_proto.cpp
index 38dc8ee104..4a6aa1952e 100644
--- a/protocols/MRA/src/Mra_proto.cpp
+++ b/protocols/MRA/src/Mra_proto.cpp
@@ -608,7 +608,7 @@ bool CMraProto::CmdAuthAck(BinBuffer &buf)
dbei.timestamp = (DWORD)_time32(NULL);
dbei.eventType = EVENTTYPE_ADDED;
dbei.cbBlob = szBuff.GetLength();
- dbei.pBlob = (PBYTE)szBuff.GetBuffer();
+ dbei.pBlob = (PBYTE)szBuff.GetString();
db_event_add(0, &dbei);
}