diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-01-26 15:28:41 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-01-26 15:28:41 +0100 |
commit | 53c5499a0b93cd1cb47394381c4262f01b6c0c00 (patch) | |
tree | 7ad88cb491cf151516d3f98beca363c2164c02d1 /recording.h | |
parent | f0a4b1c4179fc38bcf359de49367ffff69a28800 (diff) | |
download | vdr-53c5499a0b93cd1cb47394381c4262f01b6c0c00.tar.gz vdr-53c5499a0b93cd1cb47394381c4262f01b6c0c00.tar.bz2 |
The editing process now calls AssertFreeDiskSpace()
Diffstat (limited to 'recording.h')
-rw-r--r-- | recording.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recording.h b/recording.h index 15a65e06..478ad0b7 100644 --- a/recording.h +++ b/recording.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: recording.h 1.20 2002/01/20 16:05:24 kls Exp $ + * $Id: recording.h 1.21 2002/01/26 15:28:41 kls Exp $ */ #ifndef __RECORDING_H @@ -15,7 +15,7 @@ #include "tools.h" void RemoveDeletedRecordings(void); -void AssertFreeDiskSpace(int Priority); +void AssertFreeDiskSpace(int Priority = 0); class cResumeFile { private: |