Searched hist:219342 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/lib/libc/stdio/
H A Dxprintf_time.cdiff 219342 Sun Mar 06 17:59:55 MST 2011 pjd Fix various issues in how %#T is handled:
- If precision is 0, don't print period followed by no digits.
- If precision is 0 stop printing units as soon as possible
(eg. if we have three years and five days and precision is 0
print only 3y5d).
- If precision is not 0, print all units (eg. 3y0d0h0m0s.00).

MFC after: 2 weeks

Completed in 105 milliseconds