mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix red/yellow from commit 8dcd781291
Change-Id: Ie5761f8f31f1d3648ba67220299cbcba582ed69d
This commit is contained in:
parent
8dcd781291
commit
52b9656ed6
15 changed files with 43 additions and 85 deletions
|
@ -515,7 +515,7 @@ static bool pt_add_curr_track(struct playing_time_info *pti)
|
|||
other stats */
|
||||
static bool playing_time(void)
|
||||
{
|
||||
struct playing_time_info pti = {0};
|
||||
struct playing_time_info pti = {{0}};
|
||||
|
||||
if (!pt_add_curr_track(&pti))
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue