mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix build
This commit is contained in:
@ -143,7 +143,7 @@ int wmain(int argc, wchar_t* argv[])
|
|||||||
|
|
||||||
int nResult;
|
int nResult;
|
||||||
|
|
||||||
if (!pMetafile->LoadFromFile(argv[1]))
|
if (!pMetafile->LoadFromFile(wsInputFilePath.c_str()))
|
||||||
{
|
{
|
||||||
std::wcout << L"METAFILE OPENNING ERROR" << std::endl;
|
std::wcout << L"METAFILE OPENNING ERROR" << std::endl;
|
||||||
nResult = METAFILE_OPENNING_ERROR;
|
nResult = METAFILE_OPENNING_ERROR;
|
||||||
|
|||||||
Reference in New Issue
Block a user