https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b0bb3d0041047298cdf5c…
commit b0bb3d0041047298cdf5cacec9d56143e976f5e1
Author: Thomas Faber <thomas.faber(a)reactos.org>
AuthorDate: Sun Mar 24 15:44:44 2019 +0100
Commit: Thomas Faber <thomas.faber(a)reactos.org>
CommitDate: Mon Mar 25 08:41:55 2019 +0100
[NTOS:FSTUB] Fix a clang format string warning.
---
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 b9be7fa4e16..d3bb08accfa 100644
--- a/ntoskrnl/fstub/fstubex.c
+++ b/ntoskrnl/fstub/fstubex.c
@@ -526,7 +526,7 @@ FstubDbgGuidToString(IN PGUID Guid,
OUT PCHAR String)
{
sprintf(String,
- "{%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}",
+ "{%08lx-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}",
Guid->Data1,
Guid->Data2,
Guid->Data3,