diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-08-02 13:23:58 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-08-02 13:23:58 +0200 |
commit | 746b232299090f0f249a25d07b5704eb795787f8 (patch) | |
tree | f229d610b42615d2bf2647594b77d882202a80a6 /recorder.c | |
parent | 44992533f0af1452e6b657ff5b7d588742d07ebe (diff) | |
download | vdr-746b232299090f0f249a25d07b5704eb795787f8.tar.gz vdr-746b232299090f0f249a25d07b5704eb795787f8.tar.bz2 |
Fixed a possible crash in case a VFAT file system is used without compiling VDR with VFAT=1
Diffstat (limited to 'recorder.c')
-rw-r--r-- | recorder.c | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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 <stdarg.h> @@ -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: |