From 34573946fba3bce1e9bdbe98730998c60947706b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Mon, 19 Jan 2009 19:04:52 +0000 Subject: [PATCH] Make tvheadend compile again. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index ad167d5f..596593bc 100644 --- a/main.c +++ b/main.c @@ -61,7 +61,7 @@ time_t dispatch_clock; static LIST_HEAD(, gtimer) gtimers; pthread_mutex_t global_lock; -const char *contentpath = HTS_CONTENT_PATH "/tvheadend"; +const char *contentpath = TVHEADEND_CONTENT_PATH; static void handle_sigpipe(int x)