summaryrefslogtreecommitdiffstats
path: root/man.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-08-01 19:38:29 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-08-01 19:38:29 +0000
commit41b01a2448e5d5de474613c0bf5aff6cfcb30316 (patch)
tree3a91d91e1f4f94e0b9068f8f1b399f8b1fb433c9 /man.c
parenta4156c97a7eaea0360abdbc488f740cc4ad6f79f (diff)
downloadmandoc-41b01a2448e5d5de474613c0bf5aff6cfcb30316.tar.gz
Fix floating point handling: When converting double to size_t,
properly round to the nearest M (=0.001m), which is the smallest available unit. This avoids weirdness like (size_t)(0.6 * 10.0) == 5 by instead calculating (size_t)(0.6 * 10.0 + 0.0005) == 6, and so it fixes the indentation of the readline(3) manual.
Diffstat (limited to 'man.c')
0 files changed, 0 insertions, 0 deletions