mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +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:
@@ -1085,7 +1085,7 @@ void CControlAPI::LogolistCGI(CyhookHandler *hh)
|
||||
if (g_PicViewer->GetLogoName(channel->getChannelID(), NeutrinoAPI->GetServiceName(channel->getChannelID()), logo_used, NULL, NULL))
|
||||
{
|
||||
realpath(logo_used.c_str(), _real);
|
||||
logo_real = string(_real);
|
||||
logo_real = std::string(_real);
|
||||
if (strcmp(logo_used.c_str(), logo_real.c_str()) == 0)
|
||||
logo_real.clear();
|
||||
}
|
||||
|
Reference in New Issue
Block a user