• Martin Mareš's avatar
    IP address formatting now uses the same rules as formatting of strings · 30b77304
    Martin Mareš authored
    with two exceptions:
    
       o  Any non-zero field width is automatically replaced by standard
          IP address width. This hides dependences on IPv4/IPv6.
       o  %#I generates hexadecimal form of the address.
    
    Therefore |%I| generates unpadded format, |%1I| full size flush-right,
    and |%-1I| full size flush-left format.
    30b77304