Update to V4.7.1

This commit is contained in:
Richard Barry 2008-02-03 19:45:58 +00:00
parent e018422743
commit c86dcf7826
482 changed files with 6015 additions and 3290 deletions

View file

@ -52,7 +52,7 @@ function add_list(list, state, current_task)
{
index = list.pxIndex;
end = list.xListEnd;
for (i = 0; i < list.uxNumberOfItems + 1; i++)
for (i = 0; i < list.uxNumberOfItems; i++)
{
item = Debug.evaluate("*(xListItem *)" + index);
if (index != end)