[FREELDR]

* Fix a format specifiers.

svn path=/trunk/; revision=58504
This commit is contained in:
Amine Khaldi 2013-03-15 14:51:02 +00:00
parent a1866f4f92
commit 5dfaa3991c

View file

@ -122,7 +122,7 @@ BOOLEAN IniParseFile(PCHAR IniFileData, ULONG IniFileSize)
// First check to make sure we're inside a [section]
if (CurrentSection == NULL)
{
printf("Error: freeldr.ini:%ld: Setting '%s' found outside of a [section].\n", CurrentLineNumber, IniFileLine);
printf("Error: freeldr.ini:%lu: Setting '%s' found outside of a [section].\n", CurrentLineNumber, IniFileLine);
printf("Press any key to continue...\n");
MachConsGetCh();
CurrentLineNumber++;