Commit e25c6e48 authored by Damien Fouilleul's avatar Damien Fouilleul

- mozilla: fix error in url combiner

parent f6e8d50f
...@@ -410,6 +410,7 @@ relativeurl: ...@@ -410,6 +410,7 @@ relativeurl:
} }
if( '.' != *p ) if( '.' != *p )
break; break;
++p;
if( '\0' == *p ) if( '\0' == *p )
{ {
/* relative url is '..' */ /* relative url is '..' */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment