diff options
Diffstat (limited to 'src/ca/XmlFile.cpp')
| -rw-r--r-- | src/ca/XmlFile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ca/XmlFile.cpp b/src/ca/XmlFile.cpp index d7cb227e..95f18411 100644 --- a/src/ca/XmlFile.cpp +++ b/src/ca/XmlFile.cpp | |||
| @@ -213,7 +213,7 @@ static HRESULT BeginChangeFile( | |||
| 213 | BOOL fIs64Bit = pxfc->iCompAttributes & msidbComponentAttributes64bit; | 213 | BOOL fIs64Bit = pxfc->iCompAttributes & msidbComponentAttributes64bit; |
| 214 | BOOL fUseXPath = pxfc->iXmlFlags & XMLFILE_USE_XPATH; | 214 | BOOL fUseXPath = pxfc->iXmlFlags & XMLFILE_USE_XPATH; |
| 215 | LPBYTE pbData = NULL; | 215 | LPBYTE pbData = NULL; |
| 216 | DWORD cbData = 0; | 216 | SIZE_T cbData = 0; |
| 217 | 217 | ||
| 218 | LPWSTR pwzRollbackCustomActionData = NULL; | 218 | LPWSTR pwzRollbackCustomActionData = NULL; |
| 219 | 219 | ||
