1
0
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:
Witold Filipczyk 2006-04-04 20:21:20 +02:00 committed by Witold Filipczyk
parent d50de58af9
commit 55bd690b88

View File

@ -62,7 +62,7 @@ init_directory_listing(struct string *page, struct uri *uri)
&& !add_char_to_string(&dirpath, '/'))
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
* way to do it more general. */
decode_uri_string(&dirpath);