diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-12-04 13:58:33 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-12-04 13:58:33 +0100 |
commit | abb95de8a9b233b4d3c8734e8be6bfc541501a81 (patch) | |
tree | 78e32781c6dc0d41a9b20e5585f8392365fd615c /recording.c | |
parent | fe0a0116113e8426173b2e4a066350ba6a9d3579 (diff) | |
download | vdr-abb95de8a9b233b4d3c8734e8be6bfc541501a81.tar.gz vdr-abb95de8a9b233b4d3c8734e8be6bfc541501a81.tar.bz2 |
Implemented the SVDRP command UPDR
Diffstat (limited to 'recording.c')
-rw-r--r-- | recording.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recording.c b/recording.c index bea7eb6b..6b11fbd3 100644 --- a/recording.c +++ b/recording.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: recording.c 2.38 2011/09/04 09:32:25 kls Exp $ + * $Id: recording.c 2.39 2011/12/04 13:51:44 kls Exp $ */ #include "recording.h" @@ -1162,7 +1162,7 @@ void cRecordings::TouchUpdate(void) bool needsUpdate = NeedsUpdate(); TouchFile(UpdateFileName()); if (!needsUpdate) - lastUpdate = time(NULL); // make sure we don't tigger ourselves + lastUpdate = time(NULL); // make sure we don't trigger ourselves } bool cRecordings::NeedsUpdate(void) |