VirtualBox

Changeset 39987 in vbox for trunk


Ignore:
Timestamp:
Feb 3, 2012 2:56:35 PM (13 years ago)
Author:
vboxsync
Message:

Runtime/r3/fileio-win: also properly handle the unlikely case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/fileaio-win.cpp

    r37607 r39987  
    362362        }
    363363        else
     364        {
     365            fSucceeded = false;
    364366            AssertMsgFailed(("Invalid transfer direction\n"));
     367        }
    365368
    366369        if (RT_UNLIKELY(!fSucceeded && GetLastError() != ERROR_IO_PENDING))
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