Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#11507 - Tokens %pS(x) and %pE(x) are changing in 10 seconds steps which is incorrect.

Attached to Project: Rockbox
Opened by Tomasz Kowalczyk (mitk) - Friday, 30 July 2010, 13:21 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Sunday, 01 August 2010, 12:40 GMT+2
Task Type Bugs
Category Themes
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Release 3.6
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

In current svn tokens %pS(x) and %pE(x) are changing in 10 seconds steps (x*10 seconds). Expected behaviour is x*1 second. This patch corrects this.
   track_starting_ending.patch (0.9 KiB)
 apps/gui/skin_engine/skin_tokens.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

This task depends upon

Closed by  Jonathan Gordon (jdgordon)
Sunday, 01 August 2010, 12:40 GMT+2
Reason for closing:  Fixed
Additional comments about closing:  in r27649
Comment by Tomasz Kowalczyk (mitk) - Friday, 30 July 2010, 13:45 GMT+2
Ooops, sorry. This one is better because it preserves default value of 10 seconds when no parameter is given
   track_starting_ending_v2.patch (1.6 KiB)
 apps/gui/skin_engine/skin_parser.c |    6 ++++--
 apps/gui/skin_engine/skin_tokens.c |    4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

Loading...