mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
Merge branch 'master' into pu/mp
Origin commit data
------------------
Commit: 7ad4a0e6cc
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-10-02 (Mon, 02 Oct 2017)
This commit is contained in:
@@ -418,7 +418,7 @@ void CHDDMenuHandler::setRecordPath(std::string &dev)
|
||||
return;
|
||||
}
|
||||
/* don't annoy if the recordingdir is a symlink pointing to the 'right' location */
|
||||
string readl = readlink(g_settings.network_nfs_recordingdir.c_str());
|
||||
std::string readl = readlink(g_settings.network_nfs_recordingdir.c_str());
|
||||
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