X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fftp.c;h=e4c3b621be6c7fae1dbe22281554edccaaca946a;hp=da5be896168708991ba4ac8753c4c13c6377410e;hb=2c0e2b0afa06c675a79239b49b92085daff4c7af;hpb=dc99d9a487fb8b99dcd70ac770ce0dd68cddaa07 diff --git a/src/ftp.c b/src/ftp.c index da5be896..e4c3b621 100644 --- a/src/ftp.c +++ b/src/ftp.c @@ -1196,7 +1196,7 @@ ftp_loop_internal (struct url *u, struct fileinfo *f, ccon *con) if (opt.verbose) { char *hurl = url_string (u, 1); - char tmp[15]; + char tmp[256]; strcpy (tmp, " "); if (count > 1) sprintf (tmp, _("(try:%2d)"), count);