Commit dff17201 authored by Marc Slemko's avatar Marc Slemko
Browse files

Fix mod_autoindex bug where directories got a size of "0k" instead

of "-".  This was introduced by a bogus cleanup in rev 1.31; -1 was
changed to 0 to avoid storing -1 in a size_t, when the correct fix is
to change the size_t to an off_t.

Submitter's patch modified for correctness.

PR: 3130
Obtained from:
Submitted by:	Martin Plechsmid <plechsmi@karlin.mff.cuni.cz>
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@82217 13f79535-47bb-0310-9956-ffa450edef68
parent 5225fe2c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment