From cbf9701726be6f23f74ecfb5ef8de6d9ed9927c5 Mon Sep 17 00:00:00 2001 From: BPanther Date: Sun, 17 Oct 2021 23:56:08 +0200 Subject: [PATCH] small fix (thx vanhofen) Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/6d608708ff851c2329e809e091c54c533c2160a9 Author: BPanther Date: 2021-10-17 (Sun, 17 Oct 2021) --- src/neutrino.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 3eda37f39..ace5cdf2a 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -6183,7 +6183,7 @@ bool CNeutrinoApp::StartPip(const t_channel_id channel_id, int pip) int recmode = CRecordManager::getInstance()->GetRecordMode(channel_id); if ((recmode == CRecordManager::RECMODE_OFF) || (channel->getRecordDemux() != channel->getPipDemux())) { - if (!g_Zapit->zapTo_pip(channel_id), pip) + if (!g_Zapit->zapTo_pip(channel_id, pip)) DisplayErrorMessage(g_Locale->getText(LOCALE_VIDEOMENU_PIP_ERROR)); else ret = true;