This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
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
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
|
DetailsAs 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.
Tuesday, 25 January 2011, 22:41 GMT+2
Reason for closing: Accepted
Additional comments about closing: Changed with r29139.
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.