Fix typo in CloseApps.cpp
This commit is contained in:
Родитель
978c7d36e1
Коммит
7ddb89efe2
|
@ -335,7 +335,7 @@ extern "C" UINT __stdcall WixCloseApplications(
|
|||
dwTerminateExitCode = 0;
|
||||
hr = S_OK;
|
||||
}
|
||||
ExitOnFailure(hr, "failed to get timeout from WixCloseApplication table");
|
||||
ExitOnFailure(hr, "failed to get terminate exit-code from WixCloseApplication table");
|
||||
|
||||
hr = WcaGetRecordInteger(hRec, QCA_TIMEOUT, reinterpret_cast<int*>(&dwTimeout));
|
||||
if (S_FALSE == hr)
|
||||
|
|
Загрузка…
Ссылка в новой задаче