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-Tag: v4.2.5~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd9c6abf347d2194b25d1a65b2cc3f2df963bcc0;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 322c71157..352c511ed 100644 --- a/src/profile.c +++ b/src/profile.c @@ -540,7 +540,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;