]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
api: Fix NULL blank argument.
authorE.Smith <31170571+azlm8t@users.noreply.github.com>
Tue, 20 Nov 2018 12:47:08 +0000 (12:47 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sun, 25 Nov 2018 19:54:29 +0000 (20:54 +0100)
commit0df43b15cc72091301a4293823cb04b19033beae
tree1262586422320ece3c21b6954ca2bcd75c593fc5
parent08df6feea5f2a07eeace142484c944377b5f6858
api: Fix NULL blank argument.

The blank argument is NULL on several paths, so fix this to
reference a local variable so we can lookup channel name properly.
src/api/api_epg.c