]> granicus.if.org Git - apache/commitdiff
update comments post-r1787525
authorEric Covener <covener@apache.org>
Sat, 18 Mar 2017 12:51:28 +0000 (12:51 +0000)
committerEric Covener <covener@apache.org>
Sat, 18 Mar 2017 12:51:28 +0000 (12:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1787553 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_autoindex.c

index 9ffcc960fe44d4e66ebfa84d38fde77fff102396..eb5a4f78a418cbe0ebddb22a7d2fb52ed18795fa 100644 (file)
@@ -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);
                 }
             }