mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
fix compil warrnings
Origin commit data
------------------
Commit: 1eb46dbfba
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-06-02 (Sun, 02 Jun 2013)
Origin message was:
------------------
-fix compil warrnings
This commit is contained in:
@@ -1412,7 +1412,7 @@ void CMoviePlayerGui::showSubtitle(neutrino_msg_data_t data)
|
|||||||
}
|
}
|
||||||
//printf("title: [%s]\n", txt);
|
//printf("title: [%s]\n", txt);
|
||||||
std::string str(txt);
|
std::string str(txt);
|
||||||
int start = 0, end = 0;
|
unsigned int start = 0, end = 0;
|
||||||
/* split string with \N as newline */
|
/* split string with \N as newline */
|
||||||
std::string delim("\\N");
|
std::string delim("\\N");
|
||||||
while ((end = str.find(delim, start)) != string::npos) {
|
while ((end = str.find(delim, start)) != string::npos) {
|
||||||
|
Reference in New Issue
Block a user