fix for 184308: cf_html bustage. fencepost error. r=brade; sr=bz; a=asa

This commit is contained in:
jfrancis%netscape.com 2002-12-10 18:32:58 +00:00
Родитель 7f3a67f9d9
Коммит 958bd182cb
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -883,7 +883,7 @@ nsHTMLEditor::ParseCFHTML(nsCString & aCfhtml, PRUnichar **aStuffToPaste, PRUnic
// translate platform linebreaks for context
newStr = 0;
oldLengthInChars = cntxtUcs2Str.Length(); // +1 to include null terminator
oldLengthInChars = cntxtUcs2Str.Length() + 1; // +1 to include null terminator
newLengthInChars = 0;
*aCfcontext = nsLinebreakConverter::ConvertUnicharLineBreaks(cntxtUcs2Str.get(),
nsLinebreakConverter::eLinebreakAny,