6773: an nsresult was being checked before it was initialized. Appv'd chofmann

This commit is contained in:
akkana%netscape.com 1999-05-20 01:48:12 +00:00
Родитель 0b20aacbf6
Коммит 92ccf433f5
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -1203,6 +1203,7 @@ NS_IMETHODIMP nsEditor::CreateTxnForInsertText(const nsString & aStringToInsert,
if (aTextNode) {
nodeAsText = do_QueryInterface(aTextNode);
offset = 0;
result = NS_OK;
}
else
{

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

@ -1203,6 +1203,7 @@ NS_IMETHODIMP nsEditor::CreateTxnForInsertText(const nsString & aStringToInsert,
if (aTextNode) {
nodeAsText = do_QueryInterface(aTextNode);
offset = 0;
result = NS_OK;
}
else
{