VirtualBox

Changeset 29559 in vbox


Ignore:
Timestamp:
May 17, 2010 3:07:02 PM (15 years ago)
Author:
vboxsync
Message:

pipe-posix.cpp: nits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/pipe-posix.cpp

    r28800 r29559  
    425425    if (RT_SUCCESS(rc))
    426426    {
    427         size_t cbTotalRead = 0;;
     427        size_t cbTotalRead = 0;
    428428        while (cbToRead > 0)
    429429        {
     
    434434                break;
    435435            }
    436             if (!cbRead && cbToRead > 0 && rtPipePosixHasHup(pThis))
     436            if (!cbRead && rtPipePosixHasHup(pThis))
    437437            {
    438438                rc = VERR_BROKEN_PIPE;
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