diff options
author | Jasmin Jessich <jasmin@anw.at> | 2017-05-18 22:59:42 +0200 |
---|---|---|
committer | Jasmin Jessich <jasmin@anw.at> | 2017-05-18 22:59:42 +0200 |
commit | 521fbcbb84720e2c70d305f04a3440c837e58eef (patch) | |
tree | e11b99e1b436a38db1d29d673b5eb7c74f5cce0f /epg_events.h | |
parent | 6ca093e163addc9e119544c43ebeadb819438291 (diff) | |
download | vdr-plugin-live-521fbcbb84720e2c70d305f04a3440c837e58eef.tar.gz vdr-plugin-live-521fbcbb84720e2c70d305f04a3440c837e58eef.tar.bz2 |
Fire assert in CreateEpgInfo if chan is NULL
Diffstat (limited to 'epg_events.h')
-rw-r--r-- | epg_events.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epg_events.h b/epg_events.h index 98951ab..0729ad2 100644 --- a/epg_events.h +++ b/epg_events.h @@ -30,6 +30,7 @@ namespace vdrlive /** * Allocate and initalize an epgEvent instance with the * passed channel and event information. + * Never call this function with a NULL chan pointer */ EpgInfoPtr CreateEpgInfo(cChannel const *chan, cEvent const *event, char const *idOverride = 0); |