diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-04-26 10:48:18 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-04-26 10:48:18 +0200 |
commit | 71d53f2c638f6afaa392ae8fe18ced0e9bebb8e5 (patch) | |
tree | b666e22c9c58c6ccf2ec710ade660ed7b3925c3f /svdrp.h | |
parent | b5ddaedfb3c12bcafe08b6b61268de2e286fb8ea (diff) | |
download | vdr-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |