Commit 3b6606af authored by Elen.Subbotina's avatar Elen.Subbotina Committed by Alexander Trofimov

linux build

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@59066 954022d7-b5bf-4e40-9824-e11837661b57
parent 9147778b
......@@ -265,11 +265,11 @@ namespace PPTX
CStringA __s = (CStringA)strUrl;
int len = __s.GetLength();
int dstLenTemp = Base64DecodeGetRequiredLength(len);
int dstLenTemp = Base64::Base64DecodeGetRequiredLength(len);
BYTE* pDstBuffer = new BYTE[dstLenTemp];
int dstLen = dstLenTemp;
Base64Decode(__s.GetBuffer(), len, pDstBuffer, &dstLen);
Base64::Base64Decode(__s.GetBuffer(), len, pDstBuffer, &dstLen);
strTempFile = pReader->m_strFolder + _T("\\media\\temp.jpg");
CFile oTempFile;
......
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