summaryrefslogtreecommitdiff
path: root/mymenurecordings.c
diff options
context:
space:
mode:
authorMartin Prochnow <nordlicht@martins-kabuff.de>2006-06-20 16:18:09 +0200
committerAndreas Mair <andreas@vdr-developer.org>2006-06-20 16:18:09 +0200
commit978605b653893d76a6e34f923d74bb64dfb957ca (patch)
treecdc9149233b6219851ff1f2e7d24a3f1a5f370cf /mymenurecordings.c
parent75cebc37f280719c40824a6f76b43018f6c71d16 (diff)
downloadvdr-plugin-extrecmenu-978605b653893d76a6e34f923d74bb64dfb957ca.tar.gz
vdr-plugin-extrecmenu-978605b653893d76a6e34f923d74bb64dfb957ca.tar.bz2
Version 0.12av0.12a
- fixed a bug if you compiled the plugin with support for the PIN-plugin; thanks to Thiemo Gehrke for reporting - fixed another bug with editing recordings if VDR is compiled with VFAT=1 or started with the option --vfat; based upon a patch of berndm from vdr-portal.de
Diffstat (limited to 'mymenurecordings.c')
-rw-r--r--mymenurecordings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mymenurecordings.c b/mymenurecordings.c
index eac71d8..2733409 100644
--- a/mymenurecordings.c
+++ b/mymenurecordings.c
@@ -869,7 +869,7 @@ eOSState myMenuRecordings::ProcessKey(eKeys Key)
{
myMenuRecordingsItem *item=(myMenuRecordingsItem*)Get(Current());
#ifdef WITHPINPLUGIN
- if(cStatus::MsgReplayProtected(GetRecording(item),item->Name(),base,item->IsDirectory())==true)
+ if(item&&cStatus::MsgReplayProtected(GetRecording(item),item->Name(),base,item->IsDirectory())==true)
return osContinue;
#endif
if(!HasSubMenu()&&item)