summaryrefslogtreecommitdiff
path: root/plugins/Variables/src/contact.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Variables/src/contact.cpp')
-rw-r--r--plugins/Variables/src/contact.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/Variables/src/contact.cpp b/plugins/Variables/src/contact.cpp
index be07a9d47a..bc9340ee16 100644
--- a/plugins/Variables/src/contact.cpp
+++ b/plugins/Variables/src/contact.cpp
@@ -132,10 +132,7 @@ TCHAR* getContactInfoT(BYTE type, HANDLE hContact)
return mir_a2t(protoname);
case CCNF_STATUS:
- return mir_tstrdup((TCHAR*)CallService(
- MS_CLIST_GETSTATUSMODEDESCRIPTION,
- db_get_w(hContact, szProto, "Status", ID_STATUS_OFFLINE),
- GSMDF_UNICODE));
+ return mir_tstrdup((TCHAR*)CallService(MS_CLIST_GETSTATUSMODEDESCRIPTION, db_get_w(hContact, szProto, "Status", ID_STATUS_OFFLINE), GSMDF_UNICODE));
case CCNF_INTERNALIP:
case CCNF_EXTERNALIP: