Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrevil_xxl <drevil_xxl@users.sourceforge.net>2007-12-27 03:07:03 +0300
committerdrevil_xxl <drevil_xxl@users.sourceforge.net>2007-12-27 03:07:03 +0300
commitb271b75623e1034b309bd8402d5a577fb0ab9b06 (patch)
treea9cbe7545687c306fe0fe6071789f013d02c959e /src/subtitles/GFN.cpp
parent91526768df5393f4da84c08989abdb120d433066 (diff)
Applied various patches.
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@349 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/subtitles/GFN.cpp')
-rw-r--r--src/subtitles/GFN.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitles/GFN.cpp b/src/subtitles/GFN.cpp
index 4318a2aa1..e04ea640d 100644
--- a/src/subtitles/GFN.cpp
+++ b/src/subtitles/GFN.cpp
@@ -102,7 +102,7 @@ void GetSubFileNames(CString fn, CAtlArray<CString>& paths, CAtlArray<SubFile>&
bool fEmpty = true;
- if((hFile = FindFirstFile(path + title + "*", &wfd)) != INVALID_HANDLE_VALUE)
+ if((hFile = FindFirstFile(path + title + _T("*"), &wfd)) != INVALID_HANDLE_VALUE)
{
do
{