]> granicus.if.org Git - apache/commit
use memcpy() instead of strncpy() since strncpy() is more expensive but
authorJeff Trawick <trawick@apache.org>
Mon, 18 Nov 2002 14:13:53 +0000 (14:13 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 18 Nov 2002 14:13:53 +0000 (14:13 +0000)
commitd2fef71366b200297363b2b4ba8afb115f9dcda2
treea0dc0ae2ab3d68491925a59f4cc1850bcca11201
parent7f4ad7e681038f76b243206df544dfdca2d19c24
use memcpy() instead of strncpy() since strncpy() is more expensive but
none of its extra function is needed

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97562 13f79535-47bb-0310-9956-ffa450edef68
modules/mappers/mod_negotiation.c