small fix (thx vanhofen)

Origin commit data
------------------
Commit: 6d608708ff
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-17 (Sun, 17 Oct 2021)
This commit is contained in:
BPanther
2021-10-17 23:56:08 +02:00
committed by vanhofen
parent fce3bd1867
commit cbf9701726

View File

@@ -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;