initialize all fields in MPD::StatusChanges to zeroes
This commit is contained in:
@@ -42,6 +42,7 @@ namespace MPD
|
|||||||
|
|
||||||
struct StatusChanges
|
struct StatusChanges
|
||||||
{
|
{
|
||||||
|
StatusChanges() : Playlist(0), SongID(0), Database(0), DBUpdating(0), Volume(0), ElapsedTime(0), Crossfade(0), Random(0), Repeat(0), PlayerState(0) { }
|
||||||
bool Playlist:1;
|
bool Playlist:1;
|
||||||
bool SongID:1;
|
bool SongID:1;
|
||||||
bool Database:1;
|
bool Database:1;
|
||||||
|
|||||||
Reference in New Issue
Block a user