From 3c04e4ce347dff915def3a79f348f2f46e60564d Mon Sep 17 00:00:00 2001 From: Martin Prochnow Date: Mon, 17 Apr 2006 17:00:18 +0200 Subject: =?UTF-8?q?Version=200.9a=20-=20fixed=20#ifdef's=20for=20JumpPlay-?= =?UTF-8?q?patch=20in=20myreplaycontrol.c;=20thanks=20to=20Thomas=20G?= =?UTF-8?q?=C3=BCnther=20for=20reporting=20-=20include=20fixed=20'dvdarchi?= =?UTF-8?q?ve.sh',=20umount=20wasn't=20possible;=20thanks=20to=20Mase=20fr?= =?UTF-8?q?om=20vdr-portal.de=20for=20reporting=20-=20added=20support=20fo?= =?UTF-8?q?r=20CmdSubMenu-patch,=20it=20should=20now=20be=20possible=20to?= =?UTF-8?q?=20use=20sub=20menus=20if=20you=20patched=20your=20VDR=20with?= =?UTF-8?q?=20BigPatch=20or=20CmdSubMenu-patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools.c') diff --git a/tools.c b/tools.c index 6c52a63..1ab1854 100644 --- a/tools.c +++ b/tools.c @@ -1,7 +1,7 @@ /* * See the README file for copyright information and how to reach the author. * - * The code for sort recordings as adopted from the SortRecordings-patch + * The code for sort recordings is adopted from the SortRecordings-patch * copyright by FrankJepsen and FRank99 from vdr-portal.de */ @@ -14,7 +14,7 @@ bool MoveVideoFile(cRecording *Recording,char *NewName) { if(!strcmp(Recording->FileName(),NewName)) return true; - + isyslog("[extrecmenu] moving file %s to %s",Recording->FileName(),NewName); int result=MakeDirs(NewName); if(result) -- cgit v1.2.3