From 8ada609a501363add4c00dda936025712171fb00 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 23 Jun 2012 14:21:55 +0000 Subject: MetaContacts: plusified git-svn-id: http://svn.miranda-ng.org/main/trunk@558 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MetaContacts/meta_services.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/MetaContacts/meta_services.cpp') diff --git a/plugins/MetaContacts/meta_services.cpp b/plugins/MetaContacts/meta_services.cpp index 8f570773b1..caeb95bdc8 100644 --- a/plugins/MetaContacts/meta_services.cpp +++ b/plugins/MetaContacts/meta_services.cpp @@ -1417,7 +1417,7 @@ int Meta_ModulesLoaded(WPARAM wParam, LPARAM lParam) hNudgeEvent = HookEvent(str, NudgeRecieved); if (hNudgeEvent != NULL) { ++iNudgeProtos; - hNudgeEvents = realloc(hNudgeEvents, sizeof(HANDLE) * iNudgeProtos); + hNudgeEvents = (HANDLE *)realloc(hNudgeEvents, sizeof(HANDLE) * iNudgeProtos); hNudgeEvents[iNudgeProtos - 1] = hNudgeEvent; } } -- cgit v1.2.3