From 13f68c478736e2f9f97607847688781aae77c041 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 1 Oct 2005 10:33:38 +0200 Subject: Fixed handling the '.update' file in case the video directory is not at the default location --- recording.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'recording.h') diff --git a/recording.h b/recording.h index 96bb4b54..341284f2 100644 --- a/recording.h +++ b/recording.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: recording.h 1.44 2005/09/25 14:30:13 kls Exp $ + * $Id: recording.h 1.45 2005/10/01 10:24:41 kls Exp $ */ #ifndef __RECORDING_H @@ -93,10 +93,11 @@ public: class cRecordings : public cList, public cThread { private: - char *updateFileName; + static char *updateFileName; bool deleted; time_t lastUpdate; int state; + const char *UpdateFileName(void); void Refresh(bool Foreground = false); void ScanVideoDir(const char *DirName, bool Foreground = false); protected: -- cgit v1.2.3