diff --git a/src/ext/Util/ca/TouchFile.cpp b/src/ext/Util/ca/TouchFile.cpp index 8f604b03c..2c3918afe 100644 --- a/src/ext/Util/ca/TouchFile.cpp +++ b/src/ext/Util/ca/TouchFile.cpp @@ -288,7 +288,7 @@ extern "C" UINT WINAPI WixExecuteTouchFile( { if (iTouchFileAttributes & TOUCH_FILE_ATTRIBUTE_VITAL) { - ExitOnFailure(hr, "Failed to touch file: '%ls' for: %ls", &sczPath, sczId); + ExitOnFailure(hr, "Failed to touch file: '%ls' for: %ls", sczPath, sczId); } else { diff --git a/src/ext/Util/wixlib/UtilExtension_Platform.wxi b/src/ext/Util/wixlib/UtilExtension_Platform.wxi index be48c4950..06f500f39 100644 --- a/src/ext/Util/wixlib/UtilExtension_Platform.wxi +++ b/src/ext/Util/wixlib/UtilExtension_Platform.wxi @@ -240,8 +240,8 @@ - - + + @@ -317,7 +317,7 @@ - + @@ -341,7 +341,7 @@ - + @@ -353,7 +353,7 @@ - +