• Show log

    Commit

  • Hash : b5934965
    Author : Christian Weisgerber
    Date : 2022-02-12T21:48:46

    shrink the width of formatted output fields to their expected size
    
    Replace FMT_SCALED_STRSIZE with (FMT_SCALED_STRSIZE - 2) as field
    width when formatting output for printing.  FMT_SCALED_STRSIZE
    includes space for a nul byte and a minus sign.  Output values
    are expected to be always positive here.
    
    ok stsp