From: Jaroslav Kysela Date: Mon, 13 Nov 2017 07:15:37 +0000 (+0100) Subject: profile: fix typo (and remember to recompile things after each changes -perexg),... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af50dfb9da6d9e892a75ebb5ae76327d0fe3490b;p=thirdparty%2Ftvheadend.git profile: fix typo (and remember to recompile things after each changes -perexg), issue #4721 --- diff --git a/src/profile.c b/src/profile.c index f3466aae5..d476f6c92 100644 --- a/src/profile.c +++ b/src/profile.c @@ -542,7 +542,7 @@ profile_find_by_list } if (!res) { res = profile_find_by_name((sflags & SUBSCRIPTION_HTSP) ? "htsp" : NULL, NULL); - if (!profile_verify(res, flags)) + if (!profile_verify(res, sflags)) tvherror(LS_PROFILE, "unable to select a working profile (asked '%s' alt '%s')", name, alt); } return res;