forked from len0rd/rockbox
Hopefully fix the remaining red from 15e52374
(imx233, ipodnano2g, !multidrive hosted/sims) Change-Id: I9c89887078f9f50d3aac73f468ac323699e1fd1f
This commit is contained in:
parent
6e69241279
commit
05354e1bef
5 changed files with 9 additions and 9 deletions
|
|
@ -1792,7 +1792,7 @@ static int disk_callback(int btn, struct gui_synclist *lists)
|
|||
simplelist_addline("Firmware: %s", info.revision);
|
||||
simplelist_addline(
|
||||
"Size: %lld MB", (uint64_t)(info.num_sectors*(info.sector_size/512)/2048));
|
||||
storage_t free;
|
||||
sector_t free;
|
||||
volume_size( IF_MV(0,) NULL, &free );
|
||||
simplelist_addline(
|
||||
"Free: %ld MB", free / 1024);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue