From 469c4084aa85a6ded18b259703509a79480bd8c0 Mon Sep 17 00:00:00 2001 From: bptato Date: Sat, 7 Nov 2020 23:23:33 +0100 Subject: Remove unnecessary file_unquote call --- file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.c b/file.c index f5aaa5b..268e3f8 100644 --- a/file.c +++ b/file.c @@ -1961,7 +1961,7 @@ loadGeneralFile(char *path, ParsedURL *volatile current, char *referer, #endif /* USE_NNTP */ #ifdef USE_GOPHER else if (pu.scheme == SCM_GOPHER) { - p = file_unquote(pu.file); + p = pu.file; while(*p == '/') ++p; switch (*p) { -- cgit v1.2.3