VirtualBox

Changeset 68937 in vbox


Ignore:
Timestamp:
Sep 29, 2017 4:13:21 PM (7 years ago)
Author:
vboxsync
Message:

IPRT/RTGetOpt: Added 32-bit and 64-bit pair types. [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/getopt.cpp

    r68936 r68937  
    434434                        if (pszValue != pszNext) \
    435435                        { \
    436                             unsigned uBase =    pszValue[0] == '0' \
    437                                              && (pszValue[1] == 'x' || pszValue[1] == 'X') \
    438                                              && RT_C_IS_XDIGIT(pszValue[2]) \
    439                                            ? 16 : a_ConvBase; \
     436                            uBase =    pszValue[0] == '0' \
     437                                    && (pszValue[1] == 'x' || pszValue[1] == 'X') \
     438                                    && RT_C_IS_XDIGIT(pszValue[2]) \
     439                                  ? 16 : a_ConvBase; \
    440440                            rc = a_fnConv(pszValue, &pszNext, uBase, &Value2); \
    441441                            if (rc == VINF_SUCCESS) \
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