aboutsummaryrefslogtreecommitdiff
path: root/src/dutil/apuputil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dutil/apuputil.cpp')
-rw-r--r--src/dutil/apuputil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dutil/apuputil.cpp b/src/dutil/apuputil.cpp
index 6f5825bb..eb96d515 100644
--- a/src/dutil/apuputil.cpp
+++ b/src/dutil/apuputil.cpp
@@ -388,7 +388,7 @@ static HRESULT ParseEnclosure(
388 if (dwDigestStringLength != cchDigestString) 388 if (dwDigestStringLength != cchDigestString)
389 { 389 {
390 hr = HRESULT_FROM_WIN32(ERROR_INVALID_DATA); 390 hr = HRESULT_FROM_WIN32(ERROR_INVALID_DATA);
391 ApupExitOnRootFailure(hr, "Invalid digest length (%zu) for digest algorithm (%u).", cchDigestString, dwDigestStringLength); 391 ApupExitOnRootFailure(hr, "Invalid digest length (%Iu) for digest algorithm (%u).", cchDigestString, dwDigestStringLength);
392 } 392 }
393 393
394 pEnclosure->cbDigest = sizeof(BYTE) * dwDigestLength; 394 pEnclosure->cbDigest = sizeof(BYTE) * dwDigestLength;