From 00211e6d17addb15800206b6d50333cba173adef Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 28 Sep 2010 21:08:31 +0000 Subject: cosmetics, updated lcms2 git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2645 10f7b99b-c216-0410-bff0-8a66a9350fd8 --- src/apps/mplayerc/Playlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/apps/mplayerc/Playlist.cpp') diff --git a/src/apps/mplayerc/Playlist.cpp b/src/apps/mplayerc/Playlist.cpp index 3d49a2863..f659db5e7 100644 --- a/src/apps/mplayerc/Playlist.cpp +++ b/src/apps/mplayerc/Playlist.cpp @@ -171,7 +171,7 @@ void CPlaylistItem::AutoLoadFiles() CString fullpath = path + fd.cFileName; CString ext2 = fullpath.Mid(fullpath.ReverseFind('.')+1).MakeLower(); if(!FindFileInList(m_fns, fullpath) && ext != ext2 - && mf.FindExt(ext2, true) && mf.IsUsingEngine(fullpath, DirectShow)) + && mf.FindExt(ext2, true) && mf.IsUsingEngine(fullpath, DirectShow)) { m_fns.AddTail(fullpath); } -- cgit v1.2.3