From 3eb2a25d55019788c5a6fbd0c1a7f9a9b6b43b72 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sat, 18 Mar 2017 12:51:28 +0000 Subject: [PATCH] update comments post-r1787525 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1787553 13f79535-47bb-0310-9956-ffa450edef68 --- modules/generators/mod_autoindex.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/generators/mod_autoindex.c b/modules/generators/mod_autoindex.c index 9ffcc960fe..eb5a4f78a4 100644 --- a/modules/generators/mod_autoindex.c +++ b/modules/generators/mod_autoindex.c @@ -1856,7 +1856,10 @@ static void output_directories(struct ent **ar, int n, ap_rvputs(r, time_str, " ", NULL); } else { - /*Length="1975-04-07 01:23 " (see 4 lines above) */ + /* Length="1975-04-07 01:23 " (default in 2.4 and later) or + * Length="07-Apr-1975 01:24 ". (2.2 and UseOldDateFormat) + * See 'datetime_format' above. + */ ap_rputs(" ", r); } } -- 2.40.0