VirtualBox

Changeset 67342 in vbox for trunk/src


Ignore:
Timestamp:
Jun 12, 2017 5:08:40 PM (8 years ago)
Author:
vboxsync
Message:

IPRT: More ISO maker code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fs/isomaker.cpp

    r67339 r67342  
    13061306                AssertStmt(pDir, continue);
    13071307
    1308                 uint32_t i = pDir->cChildren;
    1309                 while (i-- > 0)
     1308                uint32_t iChild = pDir->cChildren;
     1309                while (iChild-- > 0)
    13101310                {
    1311                     PRTFSISOMAKERNAME pChild = pDir->papChildren[i];
     1311                    PRTFSISOMAKERNAME pChild = pDir->papChildren[iChild];
    13121312                    if (   pChild->cchSpecNm == cchEntry
    13131313                        && pChild->pDir      != NULL
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