Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#10770 - fix for Debug->View partitions when SECTOR_SIZE!=512

Attached to Project: Rockbox
Opened by Laurent Papier (papier) - Tuesday, 10 November 2009, 00:05 GMT+2
Last edited by Frank Gevaerts (fg) - Tuesday, 10 November 2009, 00:27 GMT+2
Task Type Patches
Category Operating System/Drivers
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Release 3.4
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

a one line patch to fix Debug->View partitions when SECTOR_SIZE!=512.

it assumes that SECTOR_SIZE is a multiple 512.
   partition_info.patch (0.5 KiB)
 apps/debug_menu.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

This task depends upon

Closed by  Frank Gevaerts (fg)
Tuesday, 10 November 2009, 00:27 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  committed as r23596
Comment by Laurent Papier (papier) - Tuesday, 10 November 2009, 00:06 GMT+2
I forgot : tested on nano2g (SECTOR_SIZE=2048) and mini2g (SECTOR_SIZE=512).

Loading...