From: Jaroslav Kysela Date: Fri, 29 Sep 2017 07:40:50 +0000 (+0200) Subject: idnode: compilation fix for last prop change X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a87daec97add7e44c4449e93759b42e50bfbccbf;p=thirdparty%2Ftvheadend.git idnode: compilation fix for last prop change --- diff --git a/src/idnode.c b/src/idnode.c index 3fe3d953f..7badfa519 100644 --- a/src/idnode.c +++ b/src/idnode.c @@ -1597,7 +1597,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; } /* **************************************************************************