diff options
author | Bob Arnson <bob@firegiant.com> | 2021-02-09 21:28:02 -0500 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2021-02-09 21:30:58 -0500 |
commit | b4a31404325d3fdd95d67fd41eda8e48e3491629 (patch) | |
tree | 1ebfb7511de2ccc7de3f885707d1b76d92164bc5 /src/ca/XmlFile.cpp | |
parent | ee462cad8c0bda4f0b340ac0c03329a362232091 (diff) | |
download | wix-b4a31404325d3fdd95d67fd41eda8e48e3491629.tar.gz wix-b4a31404325d3fdd95d67fd41eda8e48e3491629.tar.bz2 wix-b4a31404325d3fdd95d67fd41eda8e48e3491629.zip |
Update DUtil dependency.
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 | ||