From c30a3913b59dc13bf90819450bc7f4242f63767c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 4 Apr 2000 18:08:34 +0000 Subject: [PATCH] Marco's fix got adjusted --- lib/url.c | 1 - 1 file changed, 1 deletion(-) 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