From: Jaroslav Kysela Date: Sun, 14 Jan 2018 08:49:34 +0000 (+0100) Subject: htsmsg: compilation fix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebd3391201fa96728f99967c4adf217b6a126580;p=thirdparty%2Ftvheadend.git htsmsg: compilation fix --- diff --git a/src/htsmsg.c b/src/htsmsg.c index 6d3dcf1a8..1dced9551 100644 --- a/src/htsmsg.c +++ b/src/htsmsg.c @@ -464,6 +464,7 @@ htsmsg_set_str2(htsmsg_t *msg, const char *name, const char *str) { if (msg && name && str) return htsmsg_set_str(msg, name, str); + return 1; } /*