]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
cleanup current_logtime function.
authorAndré Malo <nd@apache.org>
Mon, 28 Jul 2003 13:02:37 +0000 (13:02 +0000)
committerAndré Malo <nd@apache.org>
Mon, 28 Jul 2003 13:02:37 +0000 (13:02 +0000)
commited491cbf6b60df0a239a5eae1f3c1bdd1dfd80fa
tree4d085d3a6dbfead36d14dcbc1de6b3116e9179fd
parent4f213460324961cac749deceadaf6cec512e347c
cleanup current_logtime function.
use sizeof where sizeof should be used.
don't compute strlen again and again (use the supplied value
from apr_strftime instead).

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