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:
authorXhmikosR <xhmikosr@users.sourceforge.net>2011-06-11 18:01:01 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2011-06-11 18:01:01 +0400
commit9d042ba4e8c0ee43a173134aa755317b5f3e3629 (patch)
tree90deb44b77175b37cdb43d3c8b13fdf9b85005a5 /src/apps/mplayerc/Mpeg2SectionData.cpp
parentf095f67e37e1f8af40e2e5d796f746bff2ef63b0 (diff)
legacy branch: merge r3126-r3207 from trunk
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/branches/legacy@3208 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/Mpeg2SectionData.cpp')
-rw-r--r--src/apps/mplayerc/Mpeg2SectionData.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apps/mplayerc/Mpeg2SectionData.cpp b/src/apps/mplayerc/Mpeg2SectionData.cpp
index 9460cd87f..8a415796e 100644
--- a/src/apps/mplayerc/Mpeg2SectionData.cpp
+++ b/src/apps/mplayerc/Mpeg2SectionData.cpp
@@ -90,7 +90,7 @@ CString CMpeg2DataParser::ConvertString (BYTE* pBuffer, int nLength)
}
nDestSize = MultiByteToWideChar (cp, MB_PRECOMPOSED, (LPCSTR)pBuffer, nLength, NULL, 0);
- if(nDestSize < 0) {
+ if (nDestSize < 0) {
return strResult;
}