- 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 is contained in:
vanhofen
2023-01-29 11:36:09 +01:00
committed by Thilo Graf
parent d610cd9604
commit 45091a9f4b

View File

@@ -1576,7 +1576,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;