Skip to content

Commit

Permalink
MusicCommon: fix Coverity ID 1026178 Uninitialized scalar field
Browse files Browse the repository at this point in the history
In MusicCommon::MusicCommon(): A scalar field is not initialized by
the constructor.
  • Loading branch information
Paul Harrison committed Jun 3, 2013
1 parent b95116f commit 01b7dfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mythplugins/mythmusic/mythmusic/musiccommon.cpp
Expand Up @@ -73,6 +73,9 @@ MusicCommon::MusicCommon(MythScreenStack *parent, const QString &name)
lcd->switchToTime();
lcd->setFunctionLEDs(FUNC_MUSIC, true);
}

m_playlistOptions.insertPLOption = PL_REPLACE;
m_playlistOptions.playPLOption = PL_CURRENT;
}

MusicCommon::~MusicCommon(void)
Expand Down

0 comments on commit 01b7dfd

Please sign in to comment.