mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NTOS:FSTUB] Fix a clang format string warning.
This commit is contained in:
parent
57225adaac
commit
b0bb3d0041
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue