Subject: CVS commit: src/usr.bin/ftp
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/19/2005 00:41:05
Module Name: src
Committed By: lukem
Date: Tue Jul 19 00:41:05 UTC 2005
Modified Files:
src/usr.bin/ftp: progressbar.c version.h
Log Message:
Revert back to using an int (instead of size_t) for holding a value that may
be negative.
Fixes progressbar display on terminals <43 columns wide.
Bug noted and solution suggested by Gavan Fantom.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/usr.bin/ftp/progressbar.c
cvs rdiff -r1.55 -r1.56 src/usr.bin/ftp/version.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.