[REACTOS] RtlAssert(): use "%lu" as LineNumber format.

This commit is contained in:
Serge Gautherie 2018-06-21 05:05:50 +02:00 committed by Hermès Bélusca-Maïto
parent 1a89a3e731
commit 97d3b3ce33
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
3 changed files with 23 additions and 23 deletions

View file

@ -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,