Commit 8726b6ba authored by Eric Covener's avatar Eric Covener
Browse files

update comments post-r1787525




git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1787553 13f79535-47bb-0310-9956-ffa450edef68
parent 4de4e85f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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);
                }
            }