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

Marco's fix got adjusted

parent d620ada2
No related branches found
No related tags found
No related merge requests found
......@@ -1191,7 +1191,6 @@ static UrgError _urlget(struct UrlData *data)
* you download to stdout and redirect it to a file). */
if ((data->out)->_handle == NULL) {
fprintf(stderr, "_fsetmode\n");
_fsetmode(stdout, "b");
}
#endif
......
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