You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2017/03/18 12:51:28 UTC

svn commit: r1787553 - /httpd/httpd/trunk/modules/generators/mod_autoindex.c

Author: covener
Date: Sat Mar 18 12:51:28 2017
New Revision: 1787553

URL: http://svn.apache.org/viewvc?rev=1787553&view=rev
Log:
update comments post-r1787525



Modified:
    httpd/httpd/trunk/modules/generators/mod_autoindex.c

Modified: httpd/httpd/trunk/modules/generators/mod_autoindex.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/generators/mod_autoindex.c?rev=1787553&r1=1787552&r2=1787553&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/generators/mod_autoindex.c (original)
+++ httpd/httpd/trunk/modules/generators/mod_autoindex.c Sat Mar 18 12:51:28 2017
@@ -1856,7 +1856,10 @@ static void output_directories(struct en
                     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);
                 }
             }