diff options
Diffstat (limited to 'plugins/TipperYM/bitmap_func.cpp')
-rw-r--r-- | plugins/TipperYM/bitmap_func.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)
|