Changeset 4252 in vbox for trunk/src/VBox/Debugger
- Timestamp:
- Aug 20, 2007 11:54:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGConsole.cpp
r4251 r4252 8319 8319 { 8320 8320 if (pOp->fBinary != fBinary) 8321 { 8322 pszEnd = psz; 8323 /** @todo this is a parsing error really. */ 8321 8324 break; /* the end. */ 8325 } 8322 8326 psz += pOp->cchName; 8323 8327 while (isblank(*psz)) /* skip blanks so we don't get here again */ … … 8326 8330 continue; 8327 8331 } 8328 fBinary = true;8329 8332 } 8333 fBinary = true; 8330 8334 } 8331 8335
Note:
See TracChangeset
for help on using the changeset viewer.