This commit is contained in:
mozilla.mano%sent.com 2008-01-09 04:15:08 +00:00
Родитель 822b8bf71d
Коммит 5a8b688750
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;
}