Changeset 39172 in vbox for trunk/src/VBox/Main/src-all
- Timestamp:
- Nov 2, 2011 9:50:31 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 74637
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/ExtPackUtil.cpp
r36527 r39172 589 589 pszVersion++; 590 590 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)); 591 599 } 592 600
Note:
See TracChangeset
for help on using the changeset viewer.