[settings] Extend numerical setting tags to "unsigned long"

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2016-05-20 13:05:39 +01:00
parent 6d2bdc4ea3
commit 56c0147deb
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ static int memmap_settings_fetch ( struct settings *settings,
unsigned int i;
unsigned int count;
DBGC ( settings, "MEMMAP start %d count %d %s%s%s%s scale %d\n",
DBGC ( settings, "MEMMAP start %ld count %ld %s%s%s%s scale %ld\n",
MEMMAP_START ( setting->tag ), MEMMAP_COUNT ( setting->tag ),
( MEMMAP_INCLUDE_START ( setting->tag ) ? "start" : "" ),
( ( MEMMAP_INCLUDE_START ( setting->tag ) &&