mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
Merge branch 'master' into pu/mp
This commit is contained in:
@@ -55,7 +55,7 @@ CMovieInfo::~CMovieInfo()
|
||||
bool CMovieInfo::convertTs2XmlName(std::string& filename)
|
||||
{
|
||||
size_t lastdot = filename.find_last_of(".");
|
||||
if (lastdot != string::npos) {
|
||||
if (lastdot != std::string::npos) {
|
||||
filename.erase(lastdot + 1);
|
||||
filename.append("xml");
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user