]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Round up before checking if the width is smaller than the widest
authordwmalone <dwmalone@FreeBSD.org>
Tue, 3 Apr 2001 18:03:29 +0000 (18:03 +0000)
committerdwmalone <dwmalone@FreeBSD.org>
Tue, 3 Apr 2001 18:03:29 +0000 (18:03 +0000)
commitfc732ffe205b975367149e80a047f95edf555188
tree9af9a0591ffe77d62405e1fce8daf5e92f15e660
parentba67d5732f2cc78012cd5bbc6e538104e0ba7236
Round up before checking if the width is smaller than the widest
column, otherwise we may divide by zero later.

PR: 26283
Reviewed by: roam
usr.bin/column/column.c