diff options
author | Goraf <22941576+Goraf@users.noreply.github.com> | 2018-02-01 13:03:39 +0100 |
---|---|---|
committer | Goraf <22941576+Goraf@users.noreply.github.com> | 2018-02-01 13:03:39 +0100 |
commit | 7f8df8462fb96cd94911ab7cf3f6c52bc4e5f6dd (patch) | |
tree | bb4519e1fd42f81239010351e4e09718ff5aac43 /protocols | |
parent | eb632a84170ea471b4a3334b951d52c9827e393b (diff) |
Gadu-Gadu: fix crash when adding contact in debug build
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Gadu-Gadu/src/gg_proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Gadu-Gadu/src/gg_proto.cpp b/protocols/Gadu-Gadu/src/gg_proto.cpp index 09502f85c3..30e9cbc5f9 100644 --- a/protocols/Gadu-Gadu/src/gg_proto.cpp +++ b/protocols/Gadu-Gadu/src/gg_proto.cpp @@ -123,7 +123,7 @@ GaduProto::~GaduProto() MCONTACT GaduProto::AddToList(int flags, PROTOSEARCHRESULT *pmsr)
{
#ifdef DEBUGMODE
- debugLogA("AddToList(): id=%s");
+ debugLogA("AddToList(): id=%S", pmsr->id.w);
#endif
GGSEARCHRESULT *psr = (GGSEARCHRESULT *)pmsr;
uin_t uin;
|