Changeset 41359 in vbox
- Timestamp:
- May 21, 2012 8:32:15 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78048
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/VBoxCPP.cpp
r41303 r41359 2047 2047 */ 2048 2048 if ( !pMacro->cchValue 2049 || (pMacro->cchValue == 1 && !pMacro->szValue[0] == '#'))2049 || (pMacro->cchValue == 1 && pMacro->szValue[0] == '#')) 2050 2050 return RTEXITCODE_SUCCESS; 2051 2051
Note:
See TracChangeset
for help on using the changeset viewer.