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/CCDecoder.cpp')
-rw-r--r--src/Subtitles/CCDecoder.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Subtitles/CCDecoder.cpp b/src/Subtitles/CCDecoder.cpp
index cd89c56dc..5a54f73d1 100644
--- a/src/Subtitles/CCDecoder.cpp
+++ b/src/Subtitles/CCDecoder.cpp
@@ -1,6 +1,6 @@
/*
* (C) 2003-2006 Gabest
- * (C) 2006-2014 see Authors.txt
+ * (C) 2006-2014, 2016 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -88,7 +88,7 @@ void CCDecoder::SaveDisp(__int64 time)
if (m_disp[row][col]) {
CStringW str2(&m_disp[row][col]);
if (fNonEmptyRow) {
- str += ' ';
+ str += L' ';
}
str += str2;
col += str2.GetLength();
@@ -97,7 +97,7 @@ void CCDecoder::SaveDisp(__int64 time)
}
if (fNonEmptyRow) {
- str += '\n';
+ str += L'\n';
}
}