-Werror,-Wstring-plus-int
Change-Id: Ie16ca73ac3d622d00583ef454780f9a01b32d436
This commit is contained in:
@@ -112,8 +112,8 @@ int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance,
|
|||||||
}
|
}
|
||||||
wcscpy(
|
wcscpy(
|
||||||
cmd + pathsize,
|
cmd + pathsize,
|
||||||
(L"\\unoinfo.exe\" c++" +
|
&L"\\unoinfo.exe\" c++"[
|
||||||
(pathsize == 1 || cmd[pathsize - 1] != L'\\' ? 0 : 1)));
|
pathsize == 1 || cmd[pathsize - 1] != L'\\' ? 0 : 1]);
|
||||||
sec.nLength = sizeof (SECURITY_ATTRIBUTES);
|
sec.nLength = sizeof (SECURITY_ATTRIBUTES);
|
||||||
sec.lpSecurityDescriptor = NULL;
|
sec.lpSecurityDescriptor = NULL;
|
||||||
sec.bInheritHandle = TRUE;
|
sec.bInheritHandle = TRUE;
|
||||||
|
Reference in New Issue
Block a user