VirtualBox

Changeset 30273 in vbox for trunk


Ignore:
Timestamp:
Jun 17, 2010 7:58:38 AM (14 years ago)
Author:
vboxsync
Message:

Runtime/socket: typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/socket.cpp

    r30272 r30273  
    631631        for (unsigned i = 0; i < pSgBuf->cSeg; i++)
    632632        {
    633             cbBuf += pSgBuf->pcaSeg[i].cbSeg
     633            cbBuf += pSgBuf->pcaSeg[i].cbSeg;
    634634            AssertBreakStmt(cbBuf, rc = VERR_BUFFER_OVERFLOW);
    635635        }
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