This commit is contained in:
David Taylor 2017-05-04 14:49:55 +01:00 коммит произвёл Rob Mensching
Родитель 978c7d36e1
Коммит 7ddb89efe2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)