aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Util/ca
diff options
context:
space:
mode:
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 {