diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-06-24 10:22:57 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-06-24 10:22:57 +0200 |
commit | f936447c25756f28aed93a6b4da0b9cbb0093053 (patch) | |
tree | eb2c6c681e233514175dd366fbfafb75df7c7453 | |
parent | 1b0ac71a33fab072c55ba3b52ab960c6a8830b59 (diff) | |
download | vdr-f936447c25756f28aed93a6b4da0b9cbb0093053.tar.gz vdr-f936447c25756f28aed93a6b4da0b9cbb0093053.tar.bz2 |
Fixed a comment
-rw-r--r-- | menu.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: menu.c 1.441 2006/06/03 13:32:42 kls Exp $ + * $Id: menu.c 1.442 2006/06/24 10:22:57 kls Exp $ */ #include "menu.h" @@ -39,7 +39,7 @@ #define MAXRECORDCONTROLS (MAXDEVICES * MAXRECEIVERS) #define MAXINSTANTRECTIME (24 * 60 - 1) // 23:59 hours #define MAXWAITFORCAMMENU 4 // seconds to wait for the CAM menu to open -#define MINFREEDISK 300 // minimum free disk space required to start recording +#define MINFREEDISK 300 // minimum free disk space (in MB) required to start recording #define NODISKSPACEDELTA 300 // seconds between "Not enough disk space to start recording!" messages #define CHNUMWIDTH (numdigits(Channels.MaxNumber()) + 1) |