summaryrefslogtreecommitdiff
path: root/videodir.c
diff options
context:
space:
mode:
Diffstat (limited to 'videodir.c')
-rw-r--r--videodir.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/videodir.c b/videodir.c
index 4078fdf..94e7141 100644
--- a/videodir.c
+++ b/videodir.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: videodir.c 1.9 2002/08/11 13:31:02 kls Exp $
+ * $Id: videodir.c 1.10 2003/08/02 13:43:28 kls Exp $
*/
#include "videodir.h"
@@ -18,7 +18,7 @@
#include <unistd.h>
#include "tools.h"
-const char *VideoDirectory = "/video";
+const char *VideoDirectory = VIDEODIR;
class cVideoDirectory {
private: