Commit 79461a48 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov
parent 53ce22f6
......@@ -832,8 +832,8 @@ namespace NSFile
LONG lLenDst = 0;
CUtf8Converter::GetUtf8StringFromUnicode(strDst.c_str(), strDst.length(), pUtf8Dst, lLenDst, false);
src.open(pUtf8Src, std::ios::binary);
dst.open(pUtf8Dst, std::ios::binary);
src.open((char*)pUtf8Src, std::ios::binary);
dst.open((char*)pUtf8Dst, std::ios::binary);
delete [] pUtf8Src;
delete [] pUtf8Dst;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment