In a2roffsu(), do not parse the number twice.
authorschwarze <schwarze@openbsd.org>
Tue, 23 Dec 2014 03:27:36 +0000 (03:27 +0000)
committerschwarze <schwarze@openbsd.org>
Tue, 23 Dec 2014 03:27:36 +0000 (03:27 +0000)
commita09d548b3361057a1b27a0e6ee284c5453f9ef40
tree0bfb62109c0b2044565851fdf60512d0df65fc62
parent3a846783473655dc64c19fde3493e757ab16afe5
In a2roffsu(), do not parse the number twice.
Gets rid of 25 lines of code and one static buffer.
No functional change for numbers shorter than BUFSIZ characters.
usr.bin/mandoc/out.c