Reinhold Gschweicher 314c02194a Music: initialize totalLength to have non-random data from the start
In the first `Music::Refresh` call the lastLength and totalLength are
not initialized. The `lastLength` value is read first from the
musicService. Naturally in the first itereation that is changed and
`UpdateLength()` is called. There the variable `totalLength` is used as
well, but that variable isn't initialed to a sensible value yet. This
leads to sometimes the `Music.h` screen segfaulting (depending on the
random uninitialized data in the `lastLength` variable)
2022-01-23 23:39:38 +01:00
..
2021-12-10 01:18:57 +00:00
2021-08-18 15:23:30 +03:00
2021-07-07 15:47:47 +03:00
2021-10-25 13:40:43 +03:00
2020-11-16 01:35:45 +01:00
2021-09-16 16:12:20 -04:00
2021-12-09 21:14:16 +01:00
2021-11-15 22:02:49 +01:00