Changeset 41249 in vbox
- Timestamp:
- May 10, 2012 8:11:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/VBoxCPP.cpp
r41246 r41249 2475 2475 * A value wrapped in a constant macro? 2476 2476 */ 2477 else if ( (pszNext = strchr(pszValue, '(')) != NULL2477 else if ( (pszNext = (char *)strchr(pszValue, '(')) != NULL 2478 2478 && pszValue[cchValue - 1] == ')' ) 2479 2479 {
Note:
See TracChangeset
for help on using the changeset viewer.