summaryrefslogtreecommitdiff
path: root/protocols/AimOscar/src/links.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/AimOscar/src/links.cpp')
-rw-r--r--protocols/AimOscar/src/links.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/AimOscar/src/links.cpp b/protocols/AimOscar/src/links.cpp
index d759679d9f..15aab1fb90 100644
--- a/protocols/AimOscar/src/links.cpp
+++ b/protocols/AimOscar/src/links.cpp
@@ -127,7 +127,7 @@ static INT_PTR ServiceParseAimLink(WPARAM, LPARAM lParam)
MCONTACT hContact = proto->contact_from_sn(sn, true, true);
if (hContact)
- CallService(MS_MSG_SENDMESSAGET, hContact, (LPARAM)msg);
+ CallService(MS_MSG_SENDMESSAGEW, hContact, (LPARAM)msg);
mir_free(sn);
return 0;