From d2ffea815c2763595d6ef9b96ced20d45944135f Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sat, 18 Aug 2012 03:00:02 +0300 Subject: possible memmory corruption fixes --- src/utilities.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utilities.cpp') diff --git a/src/utilities.cpp b/src/utilities.cpp index e071aaf..162b541 100755 --- a/src/utilities.cpp +++ b/src/utilities.cpp @@ -1199,7 +1199,7 @@ int SendBroadcast( HANDLE hContact, int type, int result, HANDLE hProcess, LPARA ACKDATA ack; memset(&ack,0,sizeof(ack)); ack.cbSize = sizeof( ACKDATA ); - ack.szModule = (char*)CallService(MS_PROTO_GETCONTACTBASEPROTO, (WPARAM)hContact, 0); + ack.szModule = szGPGModuleName;// (char*)CallService(MS_PROTO_GETCONTACTBASEPROTO, (WPARAM)hContact, 0); ack.hContact = hContact; ack.type = type; ack.result = result; -- cgit v1.2.3