From: Daniel Stenberg Date: Tue, 4 Apr 2000 17:42:43 +0000 (+0000) Subject: Marco G. Salvagno's patch applied X-Git-Tag: curl-7_1_1~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d62d25bdb468e05384f7d81e0390db8a11fb6a84;p=thirdparty%2Fcurl.git Marco G. Salvagno's patch applied --- diff --git a/src/main.c b/src/main.c index 2545cd058d..7438b0e0ec 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));