CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2025/04/08 08:02:53
Modified files: usr.bin/mandoc : roff.c Log message: For release, fix a regression test that failed on i386 in the simplest possible and least intrusive way. The existing code miscalculated the scaled length 100M as 23u instead of the correct result 24u, but only when compiled with -O2 on i386. The problem was reported by bluhm@. When showing this patch on tech@, i got some feedback, but no objection and nothing conclusive as to which solution would be best.