From: E.Smith <31170571+azlm8t@users.noreply.github.com> Date: Wed, 18 Oct 2017 01:49:23 +0000 (+0100) Subject: dvr: No need to reset description when it matches subtitle. (#4667) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68e6f3b451070d49a8d4ff726abfd9c14fc164d9;p=thirdparty%2Ftvheadend.git dvr: No need to reset description when it matches subtitle. (#4667) Issue: #4667. --- diff --git a/src/dvr/dvr_rec.c b/src/dvr/dvr_rec.c index 7b6512fc2..914942e14 100644 --- a/src/dvr/dvr_rec.c +++ b/src/dvr/dvr_rec.c @@ -376,7 +376,7 @@ _dvr_sub_scraper_friendly(const char *id, const char *fmt, const void *aux, char * put in to both subtitle and description. So we really don't * want this to be used as the subtitle field. */ - subtitle = desc = NULL; + subtitle = NULL; } char title_buf[512] = { 0 };