VirtualBox

Ignore:
Timestamp:
Sep 23, 2008 2:07:00 PM (16 years ago)
Author:
vboxsync
Message:

debugger: nextNode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/VBoxDbgStatsQt4.cpp

    r12671 r12673  
    12501250            {
    12511251                uint32_t iSelf = pParent->iSelf;
    1252                 pNode = pNode->pParent;
    1253                 if (!pNode)
     1252                pParent = pParent->pParent;
     1253                if (!pParent)
     1254                {
     1255                    pNode = NULL;
    12541256                    break;
    1255                 if (iSelf + 1 < pNode->cChildren)
     1257                }
     1258                if (iSelf + 1 < pParent->cChildren)
    12561259                {
    1257                     pNode = pNode->papChildren[iSelf + 1];
     1260                    pNode = pParent->papChildren[iSelf + 1];
    12581261                    break;
    12591262                }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette