cvs commit: src/usr.bin/w w.c
Philippe Charnier
charnier at FreeBSD.org
Sun Sep 7 09:31:33 PDT 2003
charnier 2003/09/07 09:31:32 PDT
FreeBSD src repository
Modified files:
usr.bin/w w.c
Log:
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.
Revision Changes Path
1.57 +3 -5 src/usr.bin/w/w.c
More information about the cvs-src
mailing list