summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gmutil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gmutil.c b/src/gmutil.c
index 691260dc..6a3b98de 100644
--- a/src/gmutil.c
+++ b/src/gmutil.c
@@ -42,8 +42,8 @@ void init_Url(iUrl *d, const iString *text) {
42 "([^?#]*)(\\?([^#]*))?(#(.*))?", 42 "([^?#]*)(\\?([^#]*))?(#(.*))?",
43 caseInsensitive_RegExpOption); 43 caseInsensitive_RegExpOption);
44 authPattern_ = new_RegExp("(([^@]+)@)?(([^:\\[\\]]+)" 44 authPattern_ = new_RegExp("(([^@]+)@)?(([^:\\[\\]]+)"
45 "|(\\[[0-9a-f:]+\\]))(:([0-9]+))?", 45 "|(\\[[0-9a-f:]+\\]))(:([0-9]+))?",
46 caseInsensitive_RegExpOption); 46 caseInsensitive_RegExpOption);
47 } 47 }
48 iZap(*d); 48 iZap(*d);
49 iRegExpMatch m; 49 iRegExpMatch m;