]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
idnode: compilation fix for last prop change
authorJaroslav Kysela <perex@perex.cz>
Fri, 29 Sep 2017 07:40:50 +0000 (09:40 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 29 Sep 2017 07:40:55 +0000 (09:40 +0200)
src/idnode.c

index 91c4747c9afaa279bad1a3c753c38e4a4f2e6900..4faf8664e23420bc8e677045eb79c5d7bfce4d7b 100644 (file)
@@ -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;
 }
 
 /* **************************************************************************