From 746b232299090f0f249a25d07b5704eb795787f8 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 2 Aug 2003 13:23:58 +0200 Subject: Fixed a possible crash in case a VFAT file system is used without compiling VDR with VFAT=1 --- recorder.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'recorder.c') diff --git a/recorder.c b/recorder.c index d7cc9c31..2583bae2 100644 --- a/recorder.c +++ b/recorder.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: recorder.c 1.6 2003/05/16 13:33:04 kls Exp $ + * $Id: recorder.c 1.7 2003/08/02 13:01:19 kls Exp $ */ #include @@ -34,12 +34,6 @@ cRecorder::cRecorder(const char *FileName, int Ca, int Priority, int VPid, int A fileSize = 0; active = false; lastDiskSpaceCheck = time(NULL); - isyslog("record %s", FileName); - - // Create directories if necessary: - - if (!MakeDirs(FileName, true)) - return; // Make sure the disk is up and running: -- cgit v1.2.3