From: Daniel Stenberg Date: Tue, 4 Apr 2000 18:08:34 +0000 (+0000) Subject: Marco's fix got adjusted X-Git-Tag: v7_0_2beta~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c30a3913b59dc13bf90819450bc7f4242f63767c;p=curl Marco's fix got adjusted --- diff --git a/lib/url.c b/lib/url.c index 7152511f6..1b1607fd1 100644 --- a/lib/url.c +++ b/lib/url.c @@ -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