diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-08-17 09:18:40 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-08-17 09:18:40 +0200 |
commit | 12d5d01faa95d65dba09d6b6313f59d2d2433ca9 (patch) | |
tree | d6f53979df0024af2ae4f4229e02e405ddc14923 /cutter.c | |
parent | b65687ebcfe79f8258bf3ca9ece057f16fae047b (diff) | |
download | vdr-12d5d01faa95d65dba09d6b6313f59d2d2433ca9.tar.gz vdr-12d5d01faa95d65dba09d6b6313f59d2d2433ca9.tar.bz2 |
Removing deleted recordings faster than normal when cutting1.2.3
Diffstat (limited to 'cutter.c')
-rw-r--r-- | cutter.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: cutter.c 1.4 2003/05/24 11:59:33 kls Exp $ + * $Id: cutter.c 1.5 2003/08/17 09:04:04 kls Exp $ */ #include "cutter.h" @@ -86,7 +86,7 @@ void cCuttingThread::Action(void) // Make sure there is enough disk space: - AssertFreeDiskSpace(); + AssertFreeDiskSpace(-1); // Read one frame: |