From 3c4186d203440de9d2dda6e891f65ce69a9c2cc1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 18 May 2012 19:31:28 +0000 Subject: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@51 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TipperYM/bitmap_func.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TipperYM') diff --git a/plugins/TipperYM/bitmap_func.cpp b/plugins/TipperYM/bitmap_func.cpp index e1d8bdd644..40bcf38fc9 100644 --- a/plugins/TipperYM/bitmap_func.cpp +++ b/plugins/TipperYM/bitmap_func.cpp @@ -181,7 +181,7 @@ void CreateFromBitmaps(bool bServiceTip) if (i == SKIN_ITEM_SIDEBAR && (!opt.iSidebarWidth || bServiceTip)) continue; - if (opt.szImgFile[i] && strlen(opt.szImgFile[i]) != 0) + if (opt.szImgFile[i] && opt.szImgFile[i] != 0) { FIBITMAP *fib = NULL; if (!skin.bCached) -- cgit v1.2.3