VirtualBox

Changeset 41249 in vbox


Ignore:
Timestamp:
May 10, 2012 8:11:11 PM (13 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/VBoxCPP.cpp

    r41246 r41249  
    24752475     * A value wrapped in a constant macro?
    24762476     */
    2477     else if (   (pszNext = strchr(pszValue, '(')) != NULL
     2477    else if (   (pszNext = (char *)strchr(pszValue, '(')) != NULL
    24782478             && pszValue[cchValue - 1] == ')' )
    24792479    {
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