From: Jaroslav Kysela Date: Fri, 29 Sep 2017 07:40:50 +0000 (+0200) Subject: idnode: compilation fix for last prop change X-Git-Tag: v4.2.4~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dd79c643ea248f971d91c42336d8dbc03c84ca4;p=thirdparty%2Ftvheadend.git idnode: compilation fix for last prop change --- diff --git a/src/idnode.c b/src/idnode.c index 91c4747c9..4faf8664e 100644 --- a/src/idnode.c +++ b/src/idnode.c @@ -1583,7 +1583,7 @@ idnode_slist_rend ( idnode_t *in, idnode_slist_t *options, const char *lang ) tvh_strlcatf(prop_sbuf, PROP_SBUF_LEN, l, "%s%s", prop_sbuf[0] ? "," : "", tvh_gettext_lang(lang, options->name)); } - return prop_sbuf_ptr; + return prop_sbuf; } /* **************************************************************************