mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
Hack to let auto-commiting work.
This commit is contained in:
parent
de2ce3319c
commit
07843f924c
@ -63,7 +63,7 @@ init_directory_listing(struct string *page, struct uri *uri)
|
||||
&& !add_char_to_string(&dirpath, local ? CHAR_DIR_SEP : '/'))
|
||||
goto out_of_memory;
|
||||
|
||||
/* Decode the uri for displaying. */
|
||||
/* Decode uri for displaying. */
|
||||
decode_uri_string(&dirpath);
|
||||
|
||||
if (!local && !add_char_to_string(&location, '/'))
|
||||
|
Loading…
Reference in New Issue
Block a user