diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-04-04 17:42:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-04-04 17:42:43 +0000 |
commit | d62d25bdb468e05384f7d81e0390db8a11fb6a84 (patch) | |
tree | ab6c3719deb23f0411e152b8d9b195e53576ed80 /src | |
parent | ae6a5018dd5b3d1094f23f273ce04eaf989a54f1 (diff) | |
download | curl-d62d25bdb468e05384f7d81e0390db8a11fb6a84.tar.gz |
Marco G. Salvagno's patch applied
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main.c b/src/main.c index 2545cd058..7438b0e0e 100644 --- a/src/main.c +++ b/src/main.c @@ -879,13 +879,6 @@ int main(int argc, char *argv[]) int i; outs.stream = stdout; -#ifdef __EMX__ - /* 20000318 mgs - * we call _fsetmode to fix the problem with fwrite converting newline - * characters (you get mangled text files, and corrupted binary files when - * you download to stdout and redirect it to a file). */ - _fsetmode(stdout, "b"); -#endif memset(&config, 0, sizeof(struct Configurable)); |