mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix bug 34733
This commit is contained in:
@ -499,7 +499,7 @@ int CHtmlFile::Convert(const std::vector<std::wstring>& arFiles, const std::wstr
|
||||
std::string::size_type posLast = sProgramm.find_last_of('/');
|
||||
std::string sProgrammDir = sProgramm.substr(0, posLast);
|
||||
if (std::string::npos != posLast)
|
||||
sLibraryDir = sProgrammDir + ":" + sProgrammDir + "/../";
|
||||
sLibraryDir = sProgrammDir + ":" + sProgrammDir + "/../:" + sProgrammDir + "/converter/";
|
||||
|
||||
if (!IsLinuxXVFB())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user