VirtualBox

Changeset 39172 in vbox for trunk/src/VBox/Main/src-all


Ignore:
Timestamp:
Nov 2, 2011 9:50:31 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74637
Message:

VBoxExtPackIsValidVersionString: Allow a tag at the end of the version string indicating the extension pack "edition".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/ExtPackUtil.cpp

    r36527 r39172  
    589589            pszVersion++;
    590590        while (RT_C_IS_DIGIT(*pszVersion));
     591    }
     592
     593    /* upper case string indicating the edition */
     594    if (*pszVersion == '-')
     595    {
     596        do
     597            pszVersion++;
     598        while (RT_C_IS_UPPER(*pszVersion));
    591599    }
    592600
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