mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Removed '#define VFAT 1' (was a leftover from testing)
This commit is contained in:
parent
c50759747d
commit
e841bc096f
1
HISTORY
1
HISTORY
@ -1001,3 +1001,4 @@ Video Disk Recorder Revision History
|
||||
|
||||
- Added scanning for EPG data for another 4 days on channels that support this
|
||||
(thanks to Oleg Assovski).
|
||||
- Removed '#define VFAT 1' from recording.c (was a leftover from testing).
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user