зеркало из https://github.com/mozilla/pjs.git
Fix solaris breakage.
This commit is contained in:
Родитель
96d8bea422
Коммит
fe1df31ce7
|
@ -231,7 +231,7 @@ nsresult nsMailtoUrl::ParseUrl()
|
|||
// now parse out the search field...
|
||||
nsCAutoString searchPart;
|
||||
m_toPart.Mid(searchPart, startOfSearchPart, -1);
|
||||
if (searchPart)
|
||||
if (!searchPart.IsEmpty())
|
||||
{
|
||||
ParseMailtoUrl(searchPart);
|
||||
// now we need to strip off the search part from the
|
||||
|
|
Загрузка…
Ссылка в новой задаче