diff options
Diffstat (limited to 'src/ca/XmlConfig.cpp')
-rw-r--r-- | src/ca/XmlConfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ca/XmlConfig.cpp b/src/ca/XmlConfig.cpp index 0c2fae37..959f95b0 100644 --- a/src/ca/XmlConfig.cpp +++ b/src/ca/XmlConfig.cpp | |||
@@ -346,7 +346,7 @@ static HRESULT BeginChangeFile( | |||
346 | BOOL fIs64Bit = iCompAttributes & msidbComponentAttributes64bit; | 346 | BOOL fIs64Bit = iCompAttributes & msidbComponentAttributes64bit; |
347 | 347 | ||
348 | LPBYTE pbData = NULL; | 348 | LPBYTE pbData = NULL; |
349 | DWORD cbData = 0; | 349 | SIZE_T cbData = 0; |
350 | 350 | ||
351 | LPWSTR pwzRollbackCustomActionData = NULL; | 351 | LPWSTR pwzRollbackCustomActionData = NULL; |
352 | 352 | ||