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:
Jacek Jendrzej
2013-06-02 13:18:03 +02:00
parent 200602a008
commit f3621c3db4

View File

@@ -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) {