summaryrefslogtreecommitdiff
path: root/src/ext/Util/ca/TouchFile.cpp
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2024-01-19 16:53:26 -0500
committerBob Arnson <github@bobs.org>2024-01-19 17:37:45 -0500
commitcde596e1bb9288f8cebb447a5f8cb79ca684cfe1 (patch)
tree4d8646d70353cf3481e3d3db107350dca26289f9 /src/ext/Util/ca/TouchFile.cpp
parent8b55203c8b5a66362464f0738380932ac49918be (diff)
downloadwix-cde596e1bb9288f8cebb447a5f8cb79ca684cfe1.tar.gz
wix-cde596e1bb9288f8cebb447a5f8cb79ca684cfe1.tar.bz2
wix-cde596e1bb9288f8cebb447a5f8cb79ca684cfe1.zip
Clean up TouchFile.
Diffstat (limited to 'src/ext/Util/ca/TouchFile.cpp')
-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 {