K 10 svn:author V 8 charnier K 8 svn:date V 27 2003-09-07T16:31:32.000000Z K 7 svn:log V 224 Do not print the result of strftime() in case of failure, the content is indeterminate in such a case. The correct value for 2nd argument is sizeof(buf). Do not NUL-terminate the result string, strftime() will do it for us. END