diff options
-rw-r--r-- | src/gopher.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gopher.c b/src/gopher.c index 229ff9f4..0a7489ba 100644 --- a/src/gopher.c +++ b/src/gopher.c | |||
@@ -114,7 +114,8 @@ static iBool convertSource_Gopher_(iGopher *d) { | |||
114 | cstr_Rangecc(domain), | 114 | cstr_Rangecc(domain), |
115 | cstr_Rangecc(port), | 115 | cstr_Rangecc(port), |
116 | lineType, | 116 | lineType, |
117 | cstr_Rangecc(path), | 117 | cstrCollect_String( |
118 | urlEncodeExclude_String(collectNewRange_String(path), "/")), | ||
118 | cstr_Rangecc(text)); | 119 | cstr_Rangecc(text)); |
119 | appendData_Block(d->output, constBegin_String(buf), size_String(buf)); | 120 | appendData_Block(d->output, constBegin_String(buf), size_String(buf)); |
120 | iEndCollect(); | 121 | iEndCollect(); |