summaryrefslogtreecommitdiff
path: root/converters/base64/files/patch-base64.c
blob: bf9df06e53117083d138c4b0309f5ff781fb973c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- base64.c.orig	Sun Nov 11 21:52:10 2007
+++ base64.c	Sun Nov 11 21:52:19 2007
@@ -63,13 +63,7 @@
 static int ateof= FALSE;
 static byte dtable[256];
 static int linelength= 0;
-static char eol[]= 
-#ifdef FORCE_BINARY_IO
-"\n"
-#else
-"\r\n"
-#endif
-;
+static char eol[]="\n"; 
 static int errcheck= TRUE;
 
 /*:5*/