mirror of
https://github.com/curl/curl.git
synced 2026-05-30 17:37:28 +03:00
Marco G. Salvagno's patch applied
This commit is contained in:
parent
ae6a5018dd
commit
d62d25bdb4
1 changed files with 0 additions and 7 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue