VirtualBox

Changeset 41359 in vbox


Ignore:
Timestamp:
May 21, 2012 8:32:15 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78048
Message:

VBoxCPP: Empty macro detection bug spotted by MSC & Vitali.

File:
1 edited

Legend:

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

    r41303 r41359  
    20472047     */
    20482048    if (   !pMacro->cchValue
    2049         || (pMacro->cchValue == 1 && !pMacro->szValue[0] == '#'))
     2049        || (pMacro->cchValue == 1 && pMacro->szValue[0] == '#'))
    20502050        return RTEXITCODE_SUCCESS;
    20512051
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette