From 7f8df8462fb96cd94911ab7cf3f6c52bc4e5f6dd Mon Sep 17 00:00:00 2001 From: Goraf <22941576+Goraf@users.noreply.github.com> Date: Thu, 1 Feb 2018 13:03:39 +0100 Subject: Gadu-Gadu: fix crash when adding contact in debug build --- protocols/Gadu-Gadu/src/gg_proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3