From 61cfefc94022c3fa8bfe1a2900bd02a3602796bf Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 24 Mar 2014 20:01:15 +0000 Subject: experimental: a default sub would be used if it's not offline git-svn-id: http://svn.miranda-ng.org/main/trunk@8733 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/metacontacts/meta_api.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/modules/metacontacts/meta_api.cpp') diff --git a/src/modules/metacontacts/meta_api.cpp b/src/modules/metacontacts/meta_api.cpp index cfca0ed968..f1b0926ad1 100644 --- a/src/modules/metacontacts/meta_api.cpp +++ b/src/modules/metacontacts/meta_api.cpp @@ -32,10 +32,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. static INT_PTR MetaAPI_GetMostOnline(WPARAM hMetaContact, LPARAM) { DBCachedContact *cc = CheckMeta(hMetaContact); - if (cc == NULL) - return NULL; - - return Meta_GetMostOnline(cc); + return (cc == NULL) ? NULL : Meta_GetMostOnline(cc); } // wParam=(HANDLE)hContact -- cgit v1.2.3