From 978605b653893d76a6e34f923d74bb64dfb957ca Mon Sep 17 00:00:00 2001 From: Martin Prochnow Date: Tue, 20 Jun 2006 16:18:09 +0200 Subject: Version 0.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 --- mymenurecordings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mymenurecordings.c') 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) -- cgit v1.2.3