This commit is contained in:
mozilla.mano@sent.com 2008-01-08 20:15:08 -08:00
Родитель 5f7c7f2aca
Коммит 64e188c840
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
}