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:
parent
f491c91092
commit
bce056df6f
@ -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]);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user