mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Files under /usr/share/doc/ncurses-c++-devel-5.5 (directory with
+ in filename) were unreachable. This is fix for it
This commit is contained in:
parent
d50de58af9
commit
55bd690b88
@ -62,7 +62,7 @@ init_directory_listing(struct string *page, struct uri *uri)
|
|||||||
&& !add_char_to_string(&dirpath, '/'))
|
&& !add_char_to_string(&dirpath, '/'))
|
||||||
goto out_of_memory;
|
goto out_of_memory;
|
||||||
|
|
||||||
if (uri->protocol == PROTOCOL_GOPHER) {
|
if (local || uri->protocol == PROTOCOL_GOPHER) {
|
||||||
/* A little hack to get readable Gopher names. We should find a
|
/* A little hack to get readable Gopher names. We should find a
|
||||||
* way to do it more general. */
|
* way to do it more general. */
|
||||||
decode_uri_string(&dirpath);
|
decode_uri_string(&dirpath);
|
||||||
|
Loading…
Reference in New Issue
Block a user