]> granicus.if.org Git - apache/commit
use struct assignment instead of memcpy so the compiler can decide whether to inline...
authorBrian Pane <brianp@apache.org>
Sun, 3 Jul 2005 21:21:46 +0000 (21:21 +0000)
committerBrian Pane <brianp@apache.org>
Sun, 3 Jul 2005 21:21:46 +0000 (21:21 +0000)
commit34e82d6a25b84975908885129f4c7ec2f5e25611
tree3ff7ad0fdd72f6cb03fd5ab45f4408060759d201
parent27b516b966754da99654b6065092a05785821634
use struct assignment instead of memcpy so the compiler can decide whether to inline the copy loop or call memcpy

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