fix mac pref migration bustage

This commit is contained in:
alecf%netscape.com 2002-03-05 01:49:19 +00:00
Родитель 3620888ef5
Коммит 052de81f5b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1597,7 +1597,7 @@ GetCookieLine(nsInputFileStream &strm, nsAutoString& aLine)
/* stop at the '\r' */
if (c != '\r') {
aLine.AppendWithConversion(c);
aLine.Append(PRUnichar(c));
}
else {
break;