Trying to fix bustage

git-svn-id: svn://10.0.0.236/trunk@242684 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla.mano%sent.com
2008-01-09 04:15:08 +00:00
parent 192e3ecdd5
commit 2d6d345d03

View File

@@ -1179,7 +1179,7 @@ nsOperaProfileMigrator::CopySmartKeywords(nsINavBookmarksService* aBMS,
// Assume "&&" is an escaped ampersand in the search query title.
if (name.CharAt(index + 1) == '&') {
nameStr.Cut(index, 1);
name.Cut(index, 1);
index += 2;
continue;
}