mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
fixed crash if no onPause exists
This commit is contained in:
parent
2cae451b4c
commit
ae48cae115
@ -269,6 +269,8 @@ void cViewReplay::ClearOnPause(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void cViewReplay::DelayOnPause(void) {
|
void cViewReplay::DelayOnPause(void) {
|
||||||
|
if (!veOnPause)
|
||||||
|
return;
|
||||||
if (!veOnPause->Started())
|
if (!veOnPause->Started())
|
||||||
return;
|
return;
|
||||||
veOnPause->ResetSleep();
|
veOnPause->ResetSleep();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user