diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-02-12 11:46:44 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-02-12 11:46:44 +0100 |
commit | 23d7402c006e58ee1bf1895db2f317f60f1b5b94 (patch) | |
tree | 2e6f17824bcf8c944052c54cf66e0cf87d7dee00 /recording.h | |
parent | c9b5fd6588b70f8d675fde40864225c18fc459db (diff) | |
download | vdr-23d7402c006e58ee1bf1895db2f317f60f1b5b94.tar.gz vdr-23d7402c006e58ee1bf1895db2f317f60f1b5b94.tar.bz2 |
Now stopping scanning the video directory if there are too many levels of symbolic links
Diffstat (limited to 'recording.h')
-rw-r--r-- | recording.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recording.h b/recording.h index 7eaddcc3..334e7469 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.49 2006/01/20 17:18:28 kls Exp $ + * $Id: recording.h 1.50 2006/02/12 11:34:34 kls Exp $ */ #ifndef __RECORDING_H @@ -104,7 +104,7 @@ private: int state; const char *UpdateFileName(void); void Refresh(bool Foreground = false); - void ScanVideoDir(const char *DirName, bool Foreground = false); + void ScanVideoDir(const char *DirName, bool Foreground = false, int LinkLevel = 0); protected: void Action(void); public: |