On Wed, Jan 29, 2014 at 08:27, David Coppa wrote:
> This should be ok:

looks right.

> 
> Index: util.c
> ===================================================================
> RCS file: /cvs/src/usr.bin/ftp/util.c,v
> retrieving revision 1.65
> diff -u -p -u -p -r1.65 util.c
> --- util.c    23 Jan 2014 00:39:15 -0000      1.65
> +++ util.c    29 Jan 2014 14:28:41 -0000
> @@ -811,7 +811,7 @@ progressmeter(int flag, const char *file
> dotdot);
> overhead += l + 1;
> } else
> -             snprintf(buf, sizeof(buf), "");
> +             snprintf(buf, sizeof(buf), "\r");
> 
> if (!verbose && title != NULL) {
> int l = strlen(title);

Reply via email to