diff options
Diffstat (limited to 'xmltv2vdr.cpp')
-rw-r--r-- | xmltv2vdr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmltv2vdr.cpp b/xmltv2vdr.cpp index f44a89f..da7916e 100644 --- a/xmltv2vdr.cpp +++ b/xmltv2vdr.cpp @@ -161,7 +161,7 @@ bool cEPGHandler::check4proc(cEvent *event, bool &spth, cEPGMapping **map) if (!event->ShortText()) return false; spth=true; } - *map=t_map; + if (map) *map=t_map; return true; } |