Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#9780 - logf(), logfdisplay(), logfdump() functions update.

Attached to Project: Rockbox
Opened by Yoshihisa Uchida (Uchida) - Sunday, 11 January 2009, 05:26 GMT+2
Last edited by amaury pouly (pamaury) - Thursday, 18 February 2010, 23:40 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

logf(), logfdisplay(), logfdump() functions update.

changes:
- When the error message is divided, it divides into 29 bytes.
  (current version: 28 bytes)

- problem fix:
 - When the oldest line is divided into two or more lines, logfdump() does not output correctly.

- problem fix:
 - ">" was output at no end of line it in the place where number is less than 29 characters to which one is displayed in line bytes
   logf_update.patch (3.2 KiB)
 b/apps/logfdisp.c |   24 ++++++++++++------------
 b/firmware/logf.c |    8 ++++----
 2 files changed, 16 insertions(+), 16 deletions(-)

This task depends upon

Closed by  amaury pouly (pamaury)
Thursday, 18 February 2010, 23:40 GMT+2
Reason for closing:  Out of Date
Additional comments about closing:  The commit r22462 completely changed the way logf works so this patch is outdated.

Loading...