diff options
Diffstat (limited to 'status.c')
-rw-r--r-- | status.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |