mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
.
This commit is contained in:
@ -608,7 +608,10 @@ CConverter* CInternalWorker::GetNextConverter()
|
||||
NSDirectory::CreateDirectory(pConverter->m_folder_dst);
|
||||
|
||||
if (m_bIsStandard)
|
||||
NSFile::CFileBinary::Copy(pConverter->m_file, pConverter->m_folder_dst + L"/" + sName);
|
||||
{
|
||||
NSFile::CFileBinary file;
|
||||
file.Copy(pConverter->m_file, pConverter->m_folder_dst + L"/" + sName);
|
||||
}
|
||||
|
||||
pConverter->Start(0);
|
||||
return pConverter;
|
||||
|
||||
Reference in New Issue
Block a user