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/filters/reader/CDXAReader/CDXAReader.cpp')
-rw-r--r--src/filters/reader/CDXAReader/CDXAReader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filters/reader/CDXAReader/CDXAReader.cpp b/src/filters/reader/CDXAReader/CDXAReader.cpp
index 9d111ab9c..8eee77f33 100644
--- a/src/filters/reader/CDXAReader/CDXAReader.cpp
+++ b/src/filters/reader/CDXAReader/CDXAReader.cpp
@@ -1,6 +1,6 @@
/*
* (C) 2003-2006 Gabest
- * (C) 2006-2015 see Authors.txt
+ * (C) 2006-2016 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -481,7 +481,7 @@ bool CCDXAStream::LookForMediaSubType()
}
CString p = pattern;
- p += ',';
+ p += _T(',');
__int64 offset = 0;
DWORD cb = 0;