mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[FREELDR]
* Fix a format specifiers. svn path=/trunk/; revision=58504
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user