mirror of
https://github.com/vivier/EMILE.git
synced 2025-08-07 15:25:04 +00:00
Display driver type using hex, not dec
This commit is contained in:
@@ -129,7 +129,7 @@ void diskinfo(char* device)
|
||||
int block, size, type, part;
|
||||
emile_map_get_driver_info(map, j,
|
||||
&block, &size, &type);
|
||||
printf(" %d: base: %d size: %d type: %d",
|
||||
printf(" %d: base: %d size: %d type: 0x%04x",
|
||||
j, block * block_size / 512,
|
||||
size * block_size / 512 , type);
|
||||
part = emile_map_seek_driver_partition(map,
|
||||
|
Reference in New Issue
Block a user