summaryrefslogtreecommitdiff
path: root/protocols/Yahoo/src/links.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Yahoo/src/links.cpp')
-rw-r--r--protocols/Yahoo/src/links.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Yahoo/src/links.cpp b/protocols/Yahoo/src/links.cpp
index 9aef65c76b..b455b61e5c 100644
--- a/protocols/Yahoo/src/links.cpp
+++ b/protocols/Yahoo/src/links.cpp
@@ -150,7 +150,7 @@ static INT_PTR ServiceParseYmsgrLink(WPARAM wParam, LPARAM lParam)
MCONTACT hContact = proto->add_buddy(id, id, 0, PALF_TEMPORARY); /* ensure contact is on list */
if (hContact)
- CallService(MS_MSG_SENDMESSAGET, (WPARAM)hContact, (LPARAM)msg);
+ CallService(MS_MSG_SENDMESSAGET, hContact, (LPARAM)msg);
mir_free(id);
return 0;