https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8c358a4a904d9740d0dbe…
commit 8c358a4a904d9740d0dbebea78158e868dac090b
Author: Thomas Faber <thomas.faber(a)reactos.org>
AuthorDate: Mon Mar 25 22:40:32 2019 +0100
Commit: Thomas Faber <thomas.faber(a)reactos.org>
CommitDate: Mon Mar 25 22:40:41 2019 +0100
[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,