From: Eric Covener Date: Sat, 18 Mar 2017 12:51:28 +0000 (+0000) Subject: update comments post-r1787525 X-Git-Tag: 2.5.0-alpha~548 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3eb2a25d55019788c5a6fbd0c1a7f9a9b6b43b72;p=thirdparty%2Fapache%2Fhttpd.git update comments post-r1787525 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1787553 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/generators/mod_autoindex.c b/modules/generators/mod_autoindex.c index 9ffcc960fe4..eb5a4f78a41 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); } }