diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-04-04 18:08:34 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-04-04 18:08:34 +0000 |
commit | c30a3913b59dc13bf90819450bc7f4242f63767c (patch) | |
tree | c6377498a4d57bf4cffc646b6ae7db7a075826f9 | |
parent | d620ada259d75d7ad4b096b16f3f1aa34554e01e (diff) |
Marco's fix got adjusted
-rw-r--r-- | lib/url.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |