diff options
Diffstat (limited to 'protocols/AimOscar/src/links.cpp')
-rw-r--r-- | protocols/AimOscar/src/links.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/AimOscar/src/links.cpp b/protocols/AimOscar/src/links.cpp index 538f9e3d6d..b1c954d413 100644 --- a/protocols/AimOscar/src/links.cpp +++ b/protocols/AimOscar/src/links.cpp @@ -139,7 +139,7 @@ static INT_PTR ServiceParseAimLink(WPARAM,LPARAM lParam) MCONTACT hContact = proto->contact_from_sn(sn, true, true);
if (hContact)
- CallService(MS_MSG_SENDMESSAGET, (WPARAM)hContact, (LPARAM)msg);
+ CallService(MS_MSG_SENDMESSAGET, hContact, (LPARAM)msg);
mir_free(sn);
return 0;
|