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:
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 8c34e69b3..4b3e8408b 100644
--- a/src/Subtitles/GFN.cpp
+++ b/src/Subtitles/GFN.cpp
@@ -94,7 +94,7 @@ void GetSubFileNames(CString fn, CAtlArray<CString>& paths, CAtlArray<SubFile>&
WIN32_FIND_DATA wfd, wfd2;
HANDLE hFile, hFile2;
- for(ptrdiff_t k = 0; k < paths.GetCount(); k++) {
+ for(size_t k = 0; k < paths.GetCount(); k++) {
CString path = paths[k];
path.Replace('\\', '/');