Edit

IABSD.fr/src/usr.bin/mandoc

Branch :

  • Show log

    Commit

  • Author : schwarze
    Date : 2025-04-08 14:02:53
    Hash : 0ea02336
    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.