From b22869018d81b781ae129f650ace78a1ed0530ae Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Fri, 19 Jan 2024 16:53:26 -0500 Subject: Clean up TouchFile. --- src/ext/Util/ca/TouchFile.cpp | 2 +- src/ext/Util/wixlib/UtilExtension_Platform.wxi | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/ext/Util/ca/TouchFile.cpp b/src/ext/Util/ca/TouchFile.cpp index 8f604b03..2c3918af 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 be48c495..06f500f3 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 @@ - + -- cgit v1.2.3-55-g6feb