emikulic / darkhttpd

When you need a web server in a hurry.
https://unix4lyfe.org/darkhttpd/
ISC License
1.03k stars 83 forks source link

Correct maxlen for directories #60

Closed g-rden closed 6 months ago

g-rden commented 6 months ago

In the directory listing the trailing '/' for directories is neglected when figuring out maxlen. This leads to missing space if a directory has the longest name.

This hange accounts for the trailing '/'

emikulic commented 6 months ago

Thanks!