Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg

This commit is contained in:
Randell Jesup
2012-09-01 22:35:17 -04:00
parent 360ad91182
commit 3b4961b603
617 changed files with 2504 additions and 2504 deletions

View File

@@ -758,7 +758,7 @@ NS_CreateServicesFromCategory(const char *category,
bool hasMore;
while (NS_SUCCEEDED(senumerator->HasMore(&hasMore)) && hasMore) {
// From here on just skip any error we get.
nsCAutoString entryString;
nsAutoCString entryString;
if (NS_FAILED(senumerator->GetNext(entryString)))
continue;