VirtualBox

Changeset 69510 in vbox


Ignore:
Timestamp:
Oct 28, 2017 7:04:38 PM (7 years ago)
Author:
vboxsync
Message:

scm: --del-action fix

File:
1 edited

Legend:

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

    r69504 r69510  
    795795    {
    796796        PCSCMREWRITERCFG pCurAction = paRewriters[iSrc];
    797         if (pCurAction == pAction)
    798             paRewriters[iDst++] = pAction;
     797        if (pCurAction != pAction)
     798            paRewriters[iDst++] = pCurAction;
    799799    }
    800800    pEntry->cRewriters = iDst;
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