VirtualBox

Ignore:
Timestamp:
Jun 14, 2017 12:59:37 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116124
Message:

IPRT: More ISO maker code.

File:
1 edited

Legend:

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

    r67381 r67399  
    897897            return rtFsIsoMakerCmdSyntaxError(pOpts, "too many name specifiers (max %d)", RT_ELEMENTS(pOpts->afNameSpecifiers));
    898898        pOpts->afNameSpecifiers[iNameSpecifier] = fNameSpecifier;
     899        iNameSpecifier++;
     900
     901        /*
     902         * Next, if any.
     903         */
     904        if (pszSpec[offSpec] == ',')
     905            offSpec++;
    899906    } while (pszSpec[offSpec] != '\0');
    900907
     
    10571064        }
    10581065
    1059         for (uint32_t iDst = cParsedNames; iDst < pOpts->cNameSpecifiers; iDst++)
     1066        for (uint32_t iDst = iSrc + 1; iDst < pOpts->cNameSpecifiers; iDst++)
    10601067            aParsedNames[iDst] = aParsedNames[iSrc];
    10611068        cParsedNames = pOpts->cNameSpecifiers + 1;
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