]> granicus.if.org Git - curl/commitdiff
Marco's fix got adjusted
authorDaniel Stenberg <daniel@haxx.se>
Tue, 4 Apr 2000 18:08:34 +0000 (18:08 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 4 Apr 2000 18:08:34 +0000 (18:08 +0000)
lib/url.c

index 7152511f6b3c116e6344604146b8353f6d44bfb9..1b1607fd10835524a72479230c34a92b932e0fc4 100644 (file)
--- 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