aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Util/ca
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2024-01-19 16:53:26 -0500
committerRob Mensching <rob@firegiant.com>2024-02-06 07:54:28 -0800
commitb22869018d81b781ae129f650ace78a1ed0530ae (patch)
treea71d4e8ed70e4b1b17eb460378c0010bd3520e54 /src/ext/Util/ca
parent6dc4f24bf01bbe568855f81df832b349a7259180 (diff)
downloadwix-b22869018d81b781ae129f650ace78a1ed0530ae.tar.gz
wix-b22869018d81b781ae129f650ace78a1ed0530ae.tar.bz2
wix-b22869018d81b781ae129f650ace78a1ed0530ae.zip
Clean up TouchFile.
Diffstat (limited to 'src/ext/Util/ca')
-rw-r--r--src/ext/Util/ca/TouchFile.cpp2
1 files changed, 1 insertions, 1 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(
288 { 288 {
289 if (iTouchFileAttributes & TOUCH_FILE_ATTRIBUTE_VITAL) 289 if (iTouchFileAttributes & TOUCH_FILE_ATTRIBUTE_VITAL)
290 { 290 {
291 ExitOnFailure(hr, "Failed to touch file: '%ls' for: %ls", &sczPath, sczId); 291 ExitOnFailure(hr, "Failed to touch file: '%ls' for: %ls", sczPath, sczId);
292 } 292 }
293 else 293 else
294 { 294 {