record: fix stop timeshift recordings; thx to jokel

see https://www.neutrino-images.de/board/neutrino-allgemein-f4/allgemeine-probleme-und-antworten-t5364-s380.html#p38615


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5f5983727c
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-01-29 (Sun, 29 Jan 2023)

Origin message was:
------------------
- record: fix stop timeshift recordings; thx to jokel

see https://www.neutrino-images.de/board/neutrino-allgemein-f4/allgemeine-probleme-und-antworten-t5364-s380.html#p38615


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2023-01-29 11:36:09 +01:00
parent 840f197c63
commit 20543cb749

View File

@@ -1663,7 +1663,7 @@ bool CRecordManager::ShowMenu(void)
if (inst->Timeshift()) if (inst->Timeshift())
mode_icon = NEUTRINO_ICON_MARKER_TIMESHIFT; mode_icon = NEUTRINO_ICON_MARKER_TIMESHIFT;
snprintf(cnt, sizeof(cnt), "%c", i); snprintf(cnt, sizeof(cnt), "%d", i);
//define stop key if only one record is running, otherwise define shortcuts //define stop key if only one record is running, otherwise define shortcuts
neutrino_msg_t rc_key = CRCInput::convertDigitToKey(shortcut++); neutrino_msg_t rc_key = CRCInput::convertDigitToKey(shortcut++);
const char * btn_icon = NEUTRINO_ICON_BUTTON_OKAY; const char * btn_icon = NEUTRINO_ICON_BUTTON_OKAY;