This commit is contained in:
Daniel Stenberg 2000-04-04 18:08:34 +00:00
Родитель d620ada259
Коммит c30a3913b5
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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