From da4b4c11e28a2a04038feb7d3c1b01fb0580c69d Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sun, 2 Oct 2011 21:05:10 +0200 Subject: [PATCH] neutrino: CRecordManager should not ignore errors when timeshifting Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/3764ca7da066aec86cc50defeddd3439eb7cbd0d Author: Stefan Seyfried Date: 2011-10-02 (Sun, 02 Oct 2011) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/record.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/record.cpp b/src/driver/record.cpp index 73dd04abc..8b5da93e3 100644 --- a/src/driver/record.cpp +++ b/src/driver/record.cpp @@ -845,7 +845,7 @@ bool CRecordManager::Record(const CTimerd::RecordingInfo * const eventinfo, cons if (error_msg == RECORD_OK) { return true; } - else if(!timeshift) { + else /*if(!timeshift)*/ { RunStopScript(); RestoreNeutrino();