summaryrefslogtreecommitdiff
path: root/cutter.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-06-02 13:57:41 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-06-02 13:57:41 +0200
commit78e11d8c6feab964586e11e9396b3b868c086343 (patch)
tree97459243aa13bd182529d6cc6aaf85be622a1a13 /cutter.c
parentebf8a285b21b168be6e9853b8178d2352e58acc1 (diff)
downloadvdr-78e11d8c6feab964586e11e9396b3b868c086343.tar.gz
vdr-78e11d8c6feab964586e11e9396b3b868c086343.tar.bz2
Extended the interface to the script that gets called for recordings, so that in the "edited" case it also provides the name of the original recording
Diffstat (limited to 'cutter.c')
-rw-r--r--cutter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cutter.c b/cutter.c
index 320d554c..eb8f8206 100644
--- a/cutter.c
+++ b/cutter.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: cutter.c 2.11 2012/02/16 12:08:39 kls Exp $
+ * $Id: cutter.c 2.12 2012/06/02 13:46:55 kls Exp $
*/
#include "cutter.h"
@@ -270,7 +270,7 @@ bool cCutter::Active(const char *FileName)
error = cuttingThread->Error();
Stop();
if (!error)
- cRecordingUserCommand::InvokeCommand(RUC_EDITEDRECORDING, editedVersionName);
+ cRecordingUserCommand::InvokeCommand(RUC_EDITEDRECORDING, editedVersionName, originalVersionName);
originalVersionName = NULL;
editedVersionName = NULL;
ended = true;