mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
some inits warnings
This commit is contained in:
@@ -2298,7 +2298,7 @@ void CMoviePlayerGui::selectChapter()
|
||||
playback->GetChapters(positions, titles);
|
||||
|
||||
std::vector<int> playlists; std::vector<std::string> ptitles;
|
||||
int current;
|
||||
int current = 0;
|
||||
playback->GetTitles(playlists, ptitles, current);
|
||||
|
||||
if (positions.empty() && playlists.empty())
|
||||
|
Reference in New Issue
Block a user