From cc8b68e1622d4e3eb1b9419f6dea9eca1cd7ad95 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 9 Jan 1997 23:34:20 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1154 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/ftp/ftp/ftp.c b/appl/ftp/ftp/ftp.c index df7693b62..074148198 100644 --- a/appl/ftp/ftp/ftp.c +++ b/appl/ftp/ftp/ftp.c @@ -1304,7 +1304,7 @@ ptransfer(char *direction, long int bytes, prec = 0; } - printf("%ld bytes %s in %.3g seconds (%.*f %sbytes/s)\n", + printf("%ld bytes %s in %.3g seconds (%.*f %sbyte/s)\n", bytes, direction, s, prec, bs, unit); } }