aboutsummaryrefslogtreecommitdiffstats
path: root/url.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--url.c5
1 files changed, 0 insertions, 5 deletions
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');