diff --git a/url.c b/url.c index 1a16c30..aef66ad 100644 --- a/url.c +++ b/url.c @@ -1867,11 +1867,6 @@ openURL(char *url, ParsedURL *pu, ParsedURL *current, } else { type = '\0'; } - while(*p != '\0') { - if(*p == '?') - *p = '\t'; - ++p; - } if(pu->query != NULL) { tmp = Strnew_charp(pu->file); Strcat_char(tmp, '\t');