From cc26901bff4bc4ee3d62c1a707ead8304fa06b17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20Ha=CC=88user?= <8659494+mhaeuser@users.noreply.github.com> Date: Tue, 21 Feb 2023 17:25:58 +0100 Subject: [PATCH] OcMainLib: Drop redundant cast --- Library/OcMainLib/OpenCoreAcpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/OcMainLib/OpenCoreAcpi.c b/Library/OcMainLib/OpenCoreAcpi.c index fd7c4701..181ec2c0 100644 --- a/Library/OcMainLib/OpenCoreAcpi.c +++ b/Library/OcMainLib/OpenCoreAcpi.c @@ -193,7 +193,7 @@ OcAcpiPatchTables ( "OC: Applying %u byte ACPI patch (%a) at %u, skip %u, count %u\n", Patch.Size, UserPatch->Comment, - (UINT32)Index, + Index, Patch.Skip, Patch.Count )); -- GitLab