VirtualBox

Changeset 4252 in vbox for trunk/src/VBox/Debugger


Ignore:
Timestamp:
Aug 20, 2007 11:54:30 PM (17 years ago)
Author:
vboxsync
Message:

Fixed bug from last weeks parser hacking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGConsole.cpp

    r4251 r4252  
    83198319                    {
    83208320                        if (pOp->fBinary != fBinary)
     8321                        {
     8322                            pszEnd = psz;
     8323                            /** @todo this is a parsing error really. */
    83218324                            break;              /* the end. */
     8325                        }
    83228326                        psz += pOp->cchName;
    83238327                        while (isblank(*psz))   /* skip blanks so we don't get here again */
     
    83268330                        continue;
    83278331                    }
    8328                     fBinary = true;
    83298332                }
     8333                fBinary = true;
    83308334            }
    83318335
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