diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gmutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmutil.c b/src/gmutil.c index bc302bef..5bb3732c 100644 --- a/src/gmutil.c +++ b/src/gmutil.c | |||
@@ -258,7 +258,7 @@ const iString *absoluteUrl_String(const iString *d, const iString *urlMaybeRelat | |||
258 | init_Url(&orig, d); | 258 | init_Url(&orig, d); |
259 | init_Url(&rel, urlMaybeRelative); | 259 | init_Url(&rel, urlMaybeRelative); |
260 | if (equalCase_Rangecc(rel.scheme, "data") || equalCase_Rangecc(rel.scheme, "about") || | 260 | if (equalCase_Rangecc(rel.scheme, "data") || equalCase_Rangecc(rel.scheme, "about") || |
261 | equalCase_Rangecc(rel.scheme, "mailto")) { | 261 | equalCase_Rangecc(rel.scheme, "bitcoin") || equalCase_Rangecc(rel.scheme, "mailto")) { |
262 | /* Special case, the contents should be left unparsed. */ | 262 | /* Special case, the contents should be left unparsed. */ |
263 | return urlMaybeRelative; | 263 | return urlMaybeRelative; |
264 | } | 264 | } |