VirtualBox

Changeset 40887 in vbox for trunk


Ignore:
Timestamp:
Apr 12, 2012 12:31:45 AM (13 years ago)
Author:
vboxsync
Message:

VBoxTpG: another bugfix in the arg list handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/VBoxTpG.cpp

    r40884 r40887  
    639639                    int32_t cArgs = pProbe->cArgs;
    640640                    while (   cArgs-- > 0
    641                            && pArg2->pszType == pArg2->pszType
    642                            && pArg2->fType   == pArg2->fType )
     641                           && pArg2->pszType == pArg->pszType
     642                           && pArg2->fType   == pArg->fType)
    643643                    {
    644644                        pArg  = RTListNodeGetNext(&pArg->ListEntry, VTGARG, ListEntry);
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