Bug 291499 - prevent infinite indent in layout-debug. r+sr+a=dbaron

This commit is contained in:
tor%cs.brown.edu 2005-04-22 19:46:35 +00:00
Родитель 0a2ca830f9
Коммит 745fa565a5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3683,7 +3683,7 @@ nsGenericElement::List(FILE* out, PRInt32 aIndent) const
{
NS_PRECONDITION(IsInDoc(), "bad content");
PRUint32 index;
PRInt32 index;
for (index = aIndent; --index >= 0; ) fputs(" ", out);
nsAutoString buf;