Add support for Gopher items 5 and I

This commit is contained in:
bptato
2020-12-02 22:54:49 +01:00
parent fe97e6140a
commit 7dcc7ccff1
2 changed files with 12 additions and 0 deletions

2
url.c
View File

@@ -1853,6 +1853,8 @@ openURL(char *url, ParsedURL *pu, ParsedURL *current,
case 's':
case 'g':
case 'h':
case 'I':
case '5':
case '7':
case '9':
tmp = Strnew_charp(pu->file);