summaryrefslogtreecommitdiff
path: root/svdrp.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-04-26 10:48:18 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-04-26 10:48:18 +0200
commit71d53f2c638f6afaa392ae8fe18ced0e9bebb8e5 (patch)
treeb666e22c9c58c6ccf2ec710ade660ed7b3925c3f /svdrp.h
parentb5ddaedfb3c12bcafe08b6b61268de2e286fb8ea (diff)
downloadvdr-71d53f2c638f6afaa392ae8fe18ced0e9bebb8e5.tar.gz
vdr-71d53f2c638f6afaa392ae8fe18ced0e9bebb8e5.tar.bz2
Fixed the SVDRP command UPDR, which didn't update the global recordings list
Diffstat (limited to 'svdrp.h')
-rw-r--r--svdrp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/svdrp.h b/svdrp.h
index 8ba096c8..5ec9bc76 100644
--- a/svdrp.h
+++ b/svdrp.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: svdrp.h 2.2 2012/02/16 12:37:53 kls Exp $
+ * $Id: svdrp.h 2.3 2012/04/26 10:30:06 kls Exp $
*/
#ifndef __SVDRP_H
@@ -43,7 +43,7 @@ class cSVDRP {
private:
cSocket socket;
cFile file;
- cRecordings Recordings;
+ cRecordings recordings;
cPUTEhandler *PUTEhandler;
int numChars;
int length;