mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
Merge branch 'master' into multituner
Origin commit data
------------------
Branch: ni/coolstream
Commit: c43b9b6996
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-03-22 (Thu, 22 Mar 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -232,7 +232,7 @@ bool CRecordInstance::Stop(bool remove_event)
|
||||
CCamManager::getInstance()->Stop(channel_id, CCamManager::RECORD);
|
||||
|
||||
if((autoshift && g_settings.auto_delete) /* || autoshift_delete*/) {
|
||||
snprintf(buf,sizeof(buf), "rm -f %s.ts &", filename);
|
||||
snprintf(buf,sizeof(buf), "nice -n 20 rm -f %s.ts &", filename);
|
||||
system(buf);
|
||||
snprintf(buf,sizeof(buf), "%s.xml", filename);
|
||||
//autoshift_delete = false;
|
||||
|
Reference in New Issue
Block a user