diff options
| author | methodus <methodus@web.de> | 2013-05-05 18:04:13 +0200 |
|---|---|---|
| committer | methodus <methodus@web.de> | 2013-05-05 18:04:13 +0200 |
| commit | 001751f2d9ec3e13f5c4c36e8361ce1e4db43871 (patch) | |
| tree | 1343028f7baa1a4f3412384cc4d384cbfcaf0b1b /plugins/provider | |
| parent | d260e7cb971bfeb031f40c3d61e4778dd326083d (diff) | |
| download | vdr-plugin-upnp-001751f2d9ec3e13f5c4c36e8361ce1e4db43871.tar.gz vdr-plugin-upnp-001751f2d9ec3e13f5c4c36e8361ce1e4db43871.tar.bz2 | |
Fixed segfault in vdrProvider
Diffstat (limited to 'plugins/provider')
| -rw-r--r-- | plugins/provider/vdrProvider/vdrProvider.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/provider/vdrProvider/vdrProvider.cpp b/plugins/provider/vdrProvider/vdrProvider.cpp index 9f893b6..3090583 100644 --- a/plugins/provider/vdrProvider/vdrProvider.cpp +++ b/plugins/provider/vdrProvider/vdrProvider.cpp @@ -217,7 +217,7 @@ public: break; } } else if(Schedule->Modified() > lastModified){ - targets.push_back(*event->ChannelID().ToString()); + targets.push_back(*Schedule->ChannelID().ToString()); modified = true; break; } |
