mirror of
https://github.com/ONLYOFFICE/desktop-sdk.git
synced 2026-02-10 18:15:05 +08:00
.
This commit is contained in:
@ -121,7 +121,7 @@ int APIENTRY wWinMain(HINSTANCE hInstance,
|
|||||||
|
|
||||||
g_globalParams->sDstPath = oNodeDstPath.GetText();
|
g_globalParams->sDstPath = oNodeDstPath.GetText();
|
||||||
|
|
||||||
td::vector<XmlUtils::CXmlNode> oNodesFiles;
|
std::vector<XmlUtils::CXmlNode> oNodesFiles;
|
||||||
if (!oNode.GetNodes(L"file", oNodesFiles))
|
if (!oNode.GetNodes(L"file", oNodesFiles))
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user