This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7752 - Fix ide_size definition in uisimulator/common/ui.c
Attached to Project:
Rockbox
Opened by Catalin Patulea (Catalin Patulea) - Tuesday, 11 September 2007, 05:08 GMT+2
Last edited by Jens Arnold (amiconn) - Thursday, 13 September 2007, 22:53 GMT+2
Opened by Catalin Patulea (Catalin Patulea) - Tuesday, 11 September 2007, 05:08 GMT+2
Last edited by Jens Arnold (amiconn) - Thursday, 13 September 2007, 22:53 GMT+2
|
DetailsThe declaration of fat_size in uisimulator/common/io.c is incorrect for the case where HAVE_MULTIVOLUME is defined. This causes a segfault when System->Rockbox Info is opened because apps/menus/main_menu.c calls this function with the wrong signature.
|
This task depends upon
Closed by Jens Arnold (amiconn)
Thursday, 13 September 2007, 22:53 GMT+2
Reason for closing: Accepted
Thursday, 13 September 2007, 22:53 GMT+2
Reason for closing: Accepted
Sansa c200 UIsim now compiles correctly under Linux. System > Rockbox Info no longer causes segfault.