K 10 svn:author V 3 imp K 8 svn:date V 27 2002-10-07T06:50:35.000000Z K 7 svn:log V 257 Minor string handling cleanup that I've had in my tree for a while: Don't use snprintf where strlcpy() will do the job. Also, a NUL is '\0' not 0 in our style (C doesn't care), so spell it like. Remove useless {} and () in the general area of this change. END