mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
Fixed SIGABRT in case of empty text in "DrawMessage"
This commit is contained in:
parent
60cf545efa
commit
7762e99dd0
@ -352,6 +352,7 @@ void cDisplayReplayView::DrawJump(const char *jump) {
|
||||
void cDisplayReplayView::DrawMessage(eMessageType type, const char *text) {
|
||||
if (!text) {
|
||||
ClearViewElement(veMessage);
|
||||
return;
|
||||
}
|
||||
|
||||
map < string, string > stringTokens;
|
||||
|
Loading…
Reference in New Issue
Block a user