mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 03:48:30 +00:00
[REACTOS] RtlAssert(): use "%lu" as LineNumber format.
This commit is contained in:
parent
1a89a3e731
commit
97d3b3ce33
3 changed files with 23 additions and 23 deletions
|
@ -36,7 +36,7 @@ RtlAssert(IN PVOID FailedAssertion,
|
|||
{
|
||||
/* Print the assertion */
|
||||
DbgPrint("\n*** Assertion failed: %s%s\n"
|
||||
"*** Source File: %s, line %ld\n\n",
|
||||
"*** Source File: %s, line %lu\n\n",
|
||||
Message != NULL ? Message : "",
|
||||
(PSTR)FailedAssertion,
|
||||
(PSTR)FileName,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue