mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 01:04:34 +08:00
Fix bug 56872
This commit is contained in:
@ -463,6 +463,11 @@ int main(int argc, char** argv)
|
||||
continue;
|
||||
}
|
||||
}
|
||||
else if (!NSDirectory::Exists(sOut))
|
||||
{
|
||||
--nThemeIndex;
|
||||
continue;
|
||||
}
|
||||
|
||||
oBuilder.ClearNoAttack();
|
||||
oBuilder.WriteString(L"<Settings><SrcFileType>");
|
||||
|
||||
Reference in New Issue
Block a user