diff options
Diffstat (limited to 'src/ca/FormatFiles.cpp')
| -rw-r--r-- | src/ca/FormatFiles.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ca/FormatFiles.cpp b/src/ca/FormatFiles.cpp index 464b92d6..d1533999 100644 --- a/src/ca/FormatFiles.cpp +++ b/src/ca/FormatFiles.cpp | |||
| @@ -203,7 +203,7 @@ extern "C" UINT __stdcall WixExecFormatFiles( | |||
| 203 | hr = FileGetTime(sczFilePath, NULL, NULL, &filetime); | 203 | hr = FileGetTime(sczFilePath, NULL, NULL, &filetime); |
| 204 | ExitOnFailure(hr, "Failed to get modified time of file : %ls", sczFilePath); | 204 | ExitOnFailure(hr, "Failed to get modified time of file : %ls", sczFilePath); |
| 205 | 205 | ||
| 206 | hr = FileWrite(sczFilePath, FILE_ATTRIBUTE_NORMAL, pbData, static_cast<DWORD>(cbData), NULL); | 206 | hr = FileWrite(sczFilePath, FILE_ATTRIBUTE_NORMAL, pbData, cbData, NULL); |
| 207 | ExitOnFailure(hr, "Failed to write file content: %ls", sczFilePath); | 207 | ExitOnFailure(hr, "Failed to write file content: %ls", sczFilePath); |
| 208 | 208 | ||
| 209 | hr = FileSetTime(sczFilePath, NULL, NULL, &filetime); | 209 | hr = FileSetTime(sczFilePath, NULL, NULL, &filetime); |
