зеркало из https://github.com/mozilla/pjs.git
oops, missed one
this and the last checkin r=sspitzer
This commit is contained in:
Родитель
8389bb5c80
Коммит
cf7553e6c9
|
@ -1632,7 +1632,7 @@ nsMsgNewURL(nsIURI** aInstancePtrResult, const char * aSpec)
|
|||
{
|
||||
nsAutoString newSpec("http://");
|
||||
newSpec += aSpec;
|
||||
rv = pNetService->NewURI(nsAutoString(newSpec), nsnull, aInstancePtrResult);
|
||||
rv = pNetService->NewURI(nsCAutoString(newSpec), nsnull, aInstancePtrResult);
|
||||
}
|
||||
else
|
||||
rv = pNetService->NewURI(aSpec, nsnull, aInstancePtrResult);
|
||||
|
|
Загрузка…
Ссылка в новой задаче