From 8c358a4a904d9740d0dbebea78158e868dac090b Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Mon, 25 Mar 2019 22:40:32 +0100 Subject: [PATCH] [NTOS:FSTUB] Unfix format string warning until GUID definition is fixed. --- ntoskrnl/fstub/fstubex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntoskrnl/fstub/fstubex.c b/ntoskrnl/fstub/fstubex.c index d3bb08accfa..b9be7fa4e16 100644 --- a/ntoskrnl/fstub/fstubex.c +++ b/ntoskrnl/fstub/fstubex.c @@ -526,7 +526,7 @@ FstubDbgGuidToString(IN PGUID Guid, OUT PCHAR String) { sprintf(String, - "{%08lx-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}", + "{%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}", Guid->Data1, Guid->Data2, Guid->Data3,