зеркало из https://github.com/mozilla/gecko-dev.git
Fix for bug 66011, mailto: headers erroneously inserted into to: field. Patch by Kevin Duffy <kevin@buhbird.com> r=ducarroz@netscape.com sr=sspitzer@netscape.com.
This commit is contained in:
Родитель
a5e59dc20f
Коммит
43324e6d61
|
@ -226,7 +226,7 @@ nsresult nsMailtoUrl::ParseUrl()
|
|||
m_toPart.Assign(aPath);
|
||||
|
||||
PRInt32 startOfSearchPart = m_toPart.FindChar('?');
|
||||
if (startOfSearchPart > 0)
|
||||
if (startOfSearchPart >= 0)
|
||||
{
|
||||
// now parse out the search field...
|
||||
nsCAutoString searchPart;
|
||||
|
|
Загрузка…
Ссылка в новой задаче