diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ca/CloseApps.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ca/CloseApps.cpp b/src/ca/CloseApps.cpp index 63be353c..d4256c43 100644 --- a/src/ca/CloseApps.cpp +++ b/src/ca/CloseApps.cpp | |||
| @@ -333,7 +333,7 @@ extern "C" UINT __stdcall WixCloseApplications( | |||
| 333 | dwTerminateExitCode = 0; | 333 | dwTerminateExitCode = 0; |
| 334 | hr = S_OK; | 334 | hr = S_OK; |
| 335 | } | 335 | } |
| 336 | ExitOnFailure(hr, "failed to get timeout from Wix4CloseApplication table"); | 336 | ExitOnFailure(hr, "failed to get terminate exit-code from Wix4CloseApplication table"); |
| 337 | 337 | ||
| 338 | hr = WcaGetRecordInteger(hRec, QCA_TIMEOUT, reinterpret_cast<int*>(&dwTimeout)); | 338 | hr = WcaGetRecordInteger(hRec, QCA_TIMEOUT, reinterpret_cast<int*>(&dwTimeout)); |
| 339 | if (S_FALSE == hr) | 339 | if (S_FALSE == hr) |
