diff options
Diffstat (limited to 'protocols/MSN/msn_srv.cpp')
-rw-r--r-- | protocols/MSN/msn_srv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MSN/msn_srv.cpp b/protocols/MSN/msn_srv.cpp index 5a4f611ad3..a01cd401da 100644 --- a/protocols/MSN/msn_srv.cpp +++ b/protocols/MSN/msn_srv.cpp @@ -346,7 +346,7 @@ void CMsnProto::msn_storeAvatarThread(void* arg) size_t szEncPngSize = Netlib_GetBase64EncodedBufferSize(dat->dataSize);
szEncBuf = (char*)mir_alloc(szEncPngSize);
NETLIBBASE64 nlb = { szEncBuf, (int)szEncPngSize, dat->data, (int)dat->dataSize };
- MSN_CallService(MS_NETLIB_BASE64ENCODE, 0, LPARAM(&nlb));
+ CallService(MS_NETLIB_BASE64ENCODE, 0, LPARAM(&nlb));
}
if (photoid[0] && dat)
|