CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/05/23 14:39:26
Modified files:
usr.bin/tmux : format.c
Log message:
Use a fixed buffer for strftime() because there is no portable way to
tell if the buffer is too small, and an expanding buffer is overkill
anyway.
