Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#9282 - Make panicf() use full display

Attached to Project: Rockbox
Opened by Maurus Cuelenaere (mcuelenaere) - Friday, 15 August 2008, 18:09 GMT+2
Last edited by Maurus Cuelenaere (mcuelenaere) - Friday, 15 August 2008, 18:49 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 Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Currently panicf() splits the full string into lines of 18 chars.
This diff changes this behaviour into splitting it every (LCD_WIDTH/SYSFONT_WIDTH) chars.
   rockbox_panicf.diff (0.7 KiB)
 firmware/panic.c |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

This task depends upon

Closed by  Maurus Cuelenaere (mcuelenaere)
Friday, 15 August 2008, 18:49 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  Added in r18288

Loading...