summaryrefslogtreecommitdiff
path: root/recording.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-02-15 22:10:22 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-02-15 22:10:22 +0100
commite841bc096faa981f0a10a4851ff47d5469384039 (patch)
tree4dc8c0f3ca618ae87e2802ab6e6df7673eeec61c /recording.c
parentc50759747d1ca3ff5522344f9b54d30c560f4dc6 (diff)
downloadvdr-e841bc096faa981f0a10a4851ff47d5469384039.tar.gz
vdr-e841bc096faa981f0a10a4851ff47d5469384039.tar.bz2
Removed '#define VFAT 1' (was a leftover from testing)
Diffstat (limited to 'recording.c')
-rw-r--r--recording.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/recording.c b/recording.c
index d8228875..f943662b 100644
--- a/recording.c
+++ b/recording.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: recording.c 1.51 2002/02/10 15:41:23 kls Exp $
+ * $Id: recording.c 1.52 2002/02/15 22:09:44 kls Exp $
*/
#include "recording.h"
@@ -203,7 +203,6 @@ static char *ExchangeChars(char *s, bool ToFileSystem)
{
char *p = s;
while (*p) {
-#define VFAT 1
#ifdef VFAT
// The VFAT file system can't handle all characters, so we
// have to take extra efforts to encode/decode them: