1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

Revert "[gopher] Skip '/'. Refs #33"

This reverts commit 5106b31f6c67e180a24e49b83c640e350cff777b.
This commit is contained in:
Witold Filipczyk 2019-05-12 22:16:48 +02:00
parent 5106b31f6c
commit 41c3485add

View File

@ -285,8 +285,7 @@ init_gopher_connection_info(struct connection *conn)
/* Pick up gopher_entity */
if (selectorlen > 1 && selector[1] == '/') {
entity = *selector++;
++selector;
selectorlen -= 2;
selectorlen--;
}
/* This is probably a hack. It serves as a work around when no entity is