diff options
Diffstat (limited to 'src/core/stdaway/main.cpp')
-rw-r--r-- | src/core/stdaway/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/stdaway/main.cpp b/src/core/stdaway/main.cpp index 210c8d7971..1f7e8aa9db 100644 --- a/src/core/stdaway/main.cpp +++ b/src/core/stdaway/main.cpp @@ -57,8 +57,7 @@ extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_SRAWAY extern "C" int __declspec(dllexport) Load(void)
{
mir_getLP(&pluginInfo);
-
- pcli = ( CLIST_INTERFACE* )CallService(MS_CLIST_RETRIEVE_INTERFACE, 0, (LPARAM)hInst);
+ mir_getCLI();
LoadAwayMsgModule();
return 0;
|