diff options
Diffstat (limited to '')
-rw-r--r-- | src/ext/ComPlus/ca/cpapproleexec.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/ComPlus/ca/cpapproleexec.cpp b/src/ext/ComPlus/ca/cpapproleexec.cpp index e3b71e93..4b38b23c 100644 --- a/src/ext/ComPlus/ca/cpapproleexec.cpp +++ b/src/ext/ComPlus/ca/cpapproleexec.cpp | |||
@@ -74,7 +74,7 @@ HRESULT CpiConfigureApplicationRoles( | |||
74 | hr = CpiActionStartMessage(ppwzData, FALSE); | 74 | hr = CpiActionStartMessage(ppwzData, FALSE); |
75 | ExitOnFailure(hr, "Failed to send action start message"); | 75 | ExitOnFailure(hr, "Failed to send action start message"); |
76 | 76 | ||
77 | // ger count | 77 | // get count |
78 | int iCnt = 0; | 78 | int iCnt = 0; |
79 | hr = WcaReadIntegerFromCaData(ppwzData, &iCnt); | 79 | hr = WcaReadIntegerFromCaData(ppwzData, &iCnt); |
80 | ExitOnFailure(hr, "Failed to read count"); | 80 | ExitOnFailure(hr, "Failed to read count"); |
@@ -218,7 +218,7 @@ HRESULT CpiConfigureUsersInApplicationRoles( | |||
218 | hr = CpiActionStartMessage(ppwzData, FALSE); | 218 | hr = CpiActionStartMessage(ppwzData, FALSE); |
219 | ExitOnFailure(hr, "Failed to send action start message"); | 219 | ExitOnFailure(hr, "Failed to send action start message"); |
220 | 220 | ||
221 | // ger count | 221 | // get count |
222 | int iCnt = 0; | 222 | int iCnt = 0; |
223 | hr = WcaReadIntegerFromCaData(ppwzData, &iCnt); | 223 | hr = WcaReadIntegerFromCaData(ppwzData, &iCnt); |
224 | ExitOnFailure(hr, "Failed to read count"); | 224 | ExitOnFailure(hr, "Failed to read count"); |