Skip to content
Snippets Groups Projects
Commit d62d25bd authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Marco G. Salvagno's patch applied

parent ae6a5018
No related branches found
No related tags found
No related merge requests found
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment