Origin commit data
------------------
Branch: ni/coolstream
Commit: 5cd48bf48b
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-12 (Mon, 12 Jun 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-06-12 10:45:25 +02:00

View File

@@ -944,7 +944,7 @@ bool CMoviePlayerGui::selectLivestream(std::vector<livestream_info_t> &streamLis
#endif #endif
bool resIO = false; bool resIO = false;
while (1) { while (!streamList.empty()) {
size_t i; size_t i;
for (i = 0; i < streamList.size(); ++i) { for (i = 0; i < streamList.size(); ++i) {
_info = &(streamList[i]); _info = &(streamList[i]);