From cde596e1bb9288f8cebb447a5f8cb79ca684cfe1 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ext/Util/ca') 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 { -- cgit v1.2.3-55-g6feb