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