mirror of
https://github.com/vivier/EMILE.git
synced 2025-04-06 21:37:06 +00:00
Display driver type using hex, not dec
This commit is contained in:
parent
b772a2238a
commit
0e2fed5a0f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user