From owner-cvs-usrbin Fri Feb 14 11:08:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA24583 for cvs-usrbin-outgoing; Fri, 14 Feb 1997 11:08:26 -0800 (PST) Received: (from jmg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA24576; Fri, 14 Feb 1997 11:08:22 -0800 (PST) Date: Fri, 14 Feb 1997 11:08:22 -0800 (PST) From: John-Mark Gurney Message-Id: <199702141908.LAA24576@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/fetch main.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmg 97/02/14 11:08:20 Modified: usr.bin/fetch main.c Log: Modified the display() function to recognize when the output it going to a file. When it is don't do the percentage update, but still display the file size and rate. Closes PR#2725 Reviewed by: wollman Revision Changes Path 1.36 +18 -14 src/usr.bin/fetch/main.c