mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Eliminate some silly nsString usage
This commit is contained in:
parent
fe1c267690
commit
9c5b0aa21b
@ -223,7 +223,7 @@ nsPersistentProperties::Load(nsIInputStream *aIn)
|
||||
PRInt32 c;
|
||||
nsresult ret;
|
||||
|
||||
nsString uesc("x-u-escaped");
|
||||
nsAutoString uesc("x-u-escaped");
|
||||
ret = NS_NewConverterStream(&mIn, nsnull, aIn, 0, &uesc);
|
||||
if (ret != NS_OK) {
|
||||
#ifdef NS_DEBUG
|
||||
|
Loading…
x
Reference in New Issue
Block a user