diff options
author | Bob Arnson <bob@firegiant.com> | 2024-01-19 16:53:26 -0500 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-02-06 07:54:28 -0800 |
commit | b22869018d81b781ae129f650ace78a1ed0530ae (patch) | |
tree | a71d4e8ed70e4b1b17eb460378c0010bd3520e54 /src/ext/Util/ca | |
parent | 6dc4f24bf01bbe568855f81df832b349a7259180 (diff) | |
download | wix-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.cpp | 2 |
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 | { |