зеркало из https://github.com/mozilla/pjs.git
change a nsString back to an nsAutoString the way it should be.
Part of Bug #234936 thanks to darin for pointing that out
This commit is contained in:
Родитель
08a143cf10
Коммит
827f820abf
|
@ -464,7 +464,7 @@ mozTXTToHTMLConv::CheckURLAndCreateHTML(
|
|||
NS_IMETHODIMP mozTXTToHTMLConv::FindURLInPlaintext(const PRUnichar * aInString, PRInt32 aInLength, PRInt32 aPos, PRInt32 * aStartPos, PRInt32 * aEndPos)
|
||||
{
|
||||
// call FindURL on the passed in string
|
||||
nsString outputHTML; // we'll ignore the generated output HTML
|
||||
nsAutoString outputHTML; // we'll ignore the generated output HTML
|
||||
|
||||
*aStartPos = -1;
|
||||
*aEndPos = -1;
|
||||
|
|
Загрузка…
Ссылка в новой задаче