change a nsString back to an nsAutoString the way it should be.
Part of Bug #234936 thanks to darin for pointing that out git-svn-id: svn://10.0.0.236/trunk@152963 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
14804114ca
commit
c464f2e2ee
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user