Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#11396 - the wps_time_countup member of sruct wps_state is neverer written, only read.

Attached to Project: Rockbox
Opened by Nils Wallménius (nls) - Saturday, 12 June 2010, 14:49 GMT+2
Last edited by Andree Buschmann (Buschel) - Tuesday, 25 January 2011, 22:41 GMT+2
Task Type Bugs
Category User Interface
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

As the title says this struct member is never written to, so it should always be false (0).
it is checked on line 321 of wps.c but this test (comparing to false) is always true which looks like a bug.
This task depends upon

Closed by  Andree Buschmann (Buschel)
Tuesday, 25 January 2011, 22:41 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  Changed with r29139.
Comment by Jonathan Gordon (jdgordon) - Saturday, 12 June 2010, 17:03 GMT+2
I haven't looked at it yet but sure if you want to remove it go for it. I'm doing a massive rework on the skin system probably removing that struct in the. Process.

Loading...