diff options
Diffstat (limited to 'src/ext/ComPlus/ca/cpsubsexec.cpp')
-rw-r--r-- | src/ext/ComPlus/ca/cpsubsexec.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/ComPlus/ca/cpsubsexec.cpp b/src/ext/ComPlus/ca/cpsubsexec.cpp index bbcf9853..ab32b856 100644 --- a/src/ext/ComPlus/ca/cpsubsexec.cpp +++ b/src/ext/ComPlus/ca/cpsubsexec.cpp | |||
@@ -54,7 +54,7 @@ HRESULT CpiConfigureSubscriptions( | |||
54 | hr = CpiActionStartMessage(ppwzData, FALSE); | 54 | hr = CpiActionStartMessage(ppwzData, FALSE); |
55 | ExitOnFailure(hr, "Failed to send action start message"); | 55 | ExitOnFailure(hr, "Failed to send action start message"); |
56 | 56 | ||
57 | // ger count | 57 | // get count |
58 | int iCnt = 0; | 58 | int iCnt = 0; |
59 | hr = WcaReadIntegerFromCaData(ppwzData, &iCnt); | 59 | hr = WcaReadIntegerFromCaData(ppwzData, &iCnt); |
60 | ExitOnFailure(hr, "Failed to read count"); | 60 | ExitOnFailure(hr, "Failed to read count"); |
@@ -127,7 +127,7 @@ HRESULT CpiRollbackConfigureSubscriptions( | |||
127 | hr = CpiActionStartMessage(ppwzData, NULL == pRollbackDataList); | 127 | hr = CpiActionStartMessage(ppwzData, NULL == pRollbackDataList); |
128 | ExitOnFailure(hr, "Failed to send action start message"); | 128 | ExitOnFailure(hr, "Failed to send action start message"); |
129 | 129 | ||
130 | // ger count | 130 | // get count |
131 | int iCnt = 0; | 131 | int iCnt = 0; |
132 | hr = WcaReadIntegerFromCaData(ppwzData, &iCnt); | 132 | hr = WcaReadIntegerFromCaData(ppwzData, &iCnt); |
133 | ExitOnFailure(hr, "Failed to read count"); | 133 | ExitOnFailure(hr, "Failed to read count"); |