Merge pull request #407 from RichardHitt/master
Fix bug in url.c at re_host().
This commit is contained in:
commit
3b23642e2c
@ -371,6 +371,9 @@ re_host (void)
|
||||
{
|
||||
static GRegex *host_ret;
|
||||
char *grist;
|
||||
|
||||
if (host_ret) return host_ret;
|
||||
|
||||
grist = g_strdup_printf (
|
||||
"(" /* HOST */
|
||||
HOST OPT_PORT
|
||||
|
Loading…
Reference in New Issue
Block a user