K 10 svn:author V 7 delphij K 8 svn:date V 27 2008-10-23T00:27:35.374913Z K 7 svn:log V 127 Since we are going to strlen() on the string, it is supposed to be NUL-terminated, so use strlcpy() instead of strncpy() here. END