VirtualBox

Changeset 69510 in vbox for trunk/src/bldprogs


Ignore:
Timestamp:
Oct 28, 2017 7:04:38 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118849
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.

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