VirtualBox

Ignore:
Timestamp:
Jun 24, 2017 11:28:35 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116353
Message:

IPRT: More ISO maker code (import + multi-extent related).

File:
1 edited

Legend:

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

    r67549 r67595  
    446446    { "--application-id",               'A',                                                RTGETOPT_REQ_STRING  },
    447447    DD("-biblio",                       RTFSISOMAKERCMD_OPT_BIBLIOGRAPHIC_FILE_ID,          RTGETOPT_REQ_STRING  ),
    448     DD("-copyright",                     RTFSISOMAKERCMD_OPT_COPYRIGHT_FILE_ID,             RTGETOPT_REQ_STRING  ),
     448    DD("-copyright",                    RTFSISOMAKERCMD_OPT_COPYRIGHT_FILE_ID,              RTGETOPT_REQ_STRING  ),
    449449    DD("-publisher",                    'P',                                                RTGETOPT_REQ_STRING  ),
    450450    { "--preparer",                     'p',                                                RTGETOPT_REQ_STRING  },
     
    14041404    pOpts->cItemsAdded += Results.cAddedFiles;
    14051405    pOpts->cItemsAdded += Results.cAddedDirs;
    1406     pOpts->cItemsAdded += Results.cBootCatEntries;
     1406    pOpts->cItemsAdded += Results.cBootCatEntries != UINT32_MAX ? Results.cBootCatEntries : 0;
    14071407    pOpts->cItemsAdded += Results.cbSysArea != 0 ? 1 : 0;
    14081408
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