summaryrefslogtreecommitdiff
path: root/plugins/MetaContacts/meta_services.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-06-23 14:21:55 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-06-23 14:21:55 +0000
commit8ada609a501363add4c00dda936025712171fb00 (patch)
treee5936371dd88e18c4a0fc30cec34cbee02dc97b5 /plugins/MetaContacts/meta_services.cpp
parentc507a151a8011784ba37228d33610fa0406736eb (diff)
MetaContacts:
plusified git-svn-id: http://svn.miranda-ng.org/main/trunk@558 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MetaContacts/meta_services.cpp')
-rw-r--r--plugins/MetaContacts/meta_services.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}
}