Commit c30a3913 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Marco's fix got adjusted

parent d620ada2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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