Skip to content

Commit edc3767

Browse files
committed
timers: always provide a valid string for remote
1 parent 109192e commit edc3767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ namespace cDBusTimersHelper
8686
cString remote = "";
8787
#if VDRVERSNUM > 20300
8888
id = Timer->Id();
89-
remote = Timer->Remote();
89+
remote = Timer->Remote() ? Timer->Remote() : "";
9090
#endif
9191
cString channel = Timer->Channel()->GetChannelID().ToString();
9292
cString day = cTimer::PrintDay(Timer->Day(), Timer->WeekDays(), true);

0 commit comments

Comments
 (0)