mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
Merge branch 'ni/tuxbox' into ni/mp/tuxbox
Conflicts:
src/gui/hdd_menu.cpp
src/gui/hdd_menu.h
Origin commit data
------------------
Branch: ni/coolstream
Commit: 73418490bc
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-02 (Mon, 02 Oct 2017)
------------------
This commit was generated by Migit
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