CVSROOT: /cvs Module name: src Changes by: dtuc...@cvs.openbsd.org 2016/06/29 23:17:05
Modified files: usr.bin/ssh : progressmeter.c Log message: Explicitly check for 100% completion to avoid potential floating point rounding error, which could cause progressmeter to report 99% on completion. While there invert the test so the 100% case is clearer. with & ok djm@