summaryrefslogtreecommitdiff
path: root/status.c
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2017-06-22 20:44:35 +0200
committerhorchi <vdr@jwendel.de>2017-06-22 20:44:35 +0200
commitb1af4853081160bdcd0bd65a1c4a789d7dd51acf (patch)
tree51afe78e37b9ad157ec7afe816caf7276716a901 /status.c
parent03cce8cb327dea395b558747544ba5a78f17ada4 (diff)
downloadvdr-plugin-epg2vdr-b1af4853081160bdcd0bd65a1c4a789d7dd51acf.tar.gz
vdr-plugin-epg2vdr-b1af4853081160bdcd0bd65a1c4a789d7dd51acf.tar.bz2
2017-06-22 version 1.1.72 (horchi)\n - bugfix: Fixed crash on end of recording\n\n1.1.72
Diffstat (limited to 'status.c')
-rw-r--r--status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/status.c b/status.c
index fe9cfa9..6acd011 100644
--- a/status.c
+++ b/status.c
@@ -123,7 +123,7 @@ void cUpdate::Recording(const cDevice* Device, const char* Name, const char* Fil
// schedule this notification to perfrom it in oure context not in the cStatus Interface context
// due to the needed list locks!
- action.name = Name;
+ action.name = notNull(Name, "");
action.fileName = FileName;
action.cardIndex = Device->CardIndex();
action.on = On;