Fix bug with tracking # of grandchildren nodes. (Discovered by pinkerton)

git-svn-id: svn://10.0.0.236/trunk@2007 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rjc 1998-05-20 03:43:43 +00:00
parent f491c91092
commit bce056df6f

View File

@ -659,7 +659,7 @@ refreshItemList1(HT_View view, HT_Resource node)
refreshItemListInt(view, node->children[loop]);
if (HT_IsContainer(node->children[loop]))
{
numGrandChildren = refreshItemList1(view,
numGrandChildren += refreshItemList1(view,
node->children[loop]);
}
}