Use %S when printing wide string value
Some checks failed
Builds / ExectOS (amd64, debug) (push) Failing after 42s
Builds / ExectOS (amd64, release) (push) Failing after 43s
Builds / ExectOS (i686, release) (push) Failing after 41s
Builds / ExectOS (i686, debug) (push) Failing after 43s

This commit is contained in:
2026-07-27 21:35:04 +02:00
parent bbad4bf8f4
commit 0439d9526b

View File

@@ -456,7 +456,7 @@ Volume::GetDevicePath(IN PWCHAR SystemPath,
if(Status != STATUS_EFI_SUCCESS)
{
/* Failed to parse system path */
Debug::Print(L"ERROR: Failed to parse system path: '%s' (Status Code: 0x%zX)\n", SystemPath, Status);
Debug::Print(L"ERROR: Failed to parse system path: '%S' (Status Code: 0x%zX)\n", SystemPath, Status);
return Status;
}