mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Conflicts:
src/gui/dboxinfo.cpp
src/gui/infoviewer_bb.cpp
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9e8dd73320
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-02 (Mon, 02 Oct 2017)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -368,7 +368,7 @@ void CHDDMenuHandler::setRecordPath(std::string &dev)
|
||||
return;
|
||||
}
|
||||
/* don't annoy if the recordingdir is a symlink pointing to the 'right' location */
|
||||
string readl = backtick("readlink -f " + g_settings.network_nfs_recordingdir);
|
||||
std::string readl = backtick("readlink -f " + g_settings.network_nfs_recordingdir);
|
||||
readl = trim(readl);
|
||||
if (newpath.compare(readl) == 0) {
|
||||
printf("CHDDMenuHandler::%s: recordingdir is a symlink to %s\n",
|
||||
|
Reference in New Issue
Block a user