From 4848533c21c177ff79cc245e430269f74cd7ca32 Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Mon, 25 Nov 2013 07:14:38 +0000 Subject: [PATCH] tvhlog: shut up the Lucid build complaining about un-init var --- src/tvhlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tvhlog.c b/src/tvhlog.c index e85c35a3..ac42dc3c 100644 --- a/src/tvhlog.c +++ b/src/tvhlog.c @@ -86,7 +86,7 @@ static void tvhlog_set_subsys ( htsmsg_t **c, const char *subsys ) { uint32_t a; - char *s, *t, *r; + char *s, *t, *r = NULL; if (*c) htsmsg_destroy(*c);