From af50dfb9da6d9e892a75ebb5ae76327d0fe3490b Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 13 Nov 2017 08:15:37 +0100 Subject: [PATCH] profile: fix typo (and remember to recompile things after each changes -perexg), issue #4721 --- src/profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3