summaryrefslogtreecommitdiff
path: root/protocols/Yahoo/im.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Yahoo/im.cpp')
-rw-r--r--protocols/Yahoo/im.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Yahoo/im.cpp b/protocols/Yahoo/im.cpp
index 7478b1090b..5e28ec9d5f 100644
--- a/protocols/Yahoo/im.cpp
+++ b/protocols/Yahoo/im.cpp
@@ -242,8 +242,7 @@ int __cdecl CYahooProto::RecvMsg( HANDLE hContact, PROTORECVEVENT* pre )
return 0;
}
- CCSDATA ccs = { hContact, PSR_MESSAGE, 0, ( LPARAM )pre };
- return CallService( MS_PROTO_RECVMSG, 0, ( LPARAM )&ccs );
+ return Proto_RecvMessage(hContact, pre);
}
//=======================================================