VirtualBox

Changeset 103384 in vbox for trunk


Ignore:
Timestamp:
Feb 15, 2024 12:10:06 PM (12 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161702
Message:

VBoxCPP: Fixes two bugs found by parfait. bugref:3409

File:
1 edited

Legend:

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

    r100618 r103384  
    19761976            unsigned ch2 = vbcppMacroExpandPeekCh(pExp, poff);
    19771977            /** @todo This ain't right wrt line splicing. */
    1978             if (ch2 == '/' || ch == '*')
     1978            if (ch2 == '/' || ch2 == '*')
    19791979            {
    19801980                if (ch2 == '/')
     
    39593959    char        ch2   = *pParser->pszCur;
    39603960    if (   ch == '0'
    3961         && (ch == 'x' || ch == 'X'))
     3961        && (ch2 == 'x' || ch2 == 'X'))
    39623962    {
    39633963        ch2 = *++pParser->pszCur;
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