VirtualBox

Changeset 12510 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Sep 16, 2008 5:32:25 PM (16 years ago)
Author:
vboxsync
Message:

Device/Storage: typo in windows part of the dvd passthrough code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp

    r12508 r12510  
    582582    Req.spt.DataIn = direction;
    583583    Req.spt.TimeOutValue = (cTimeoutMillies + 999) / 1000; /* Convert to seconds */
    584     Assert(cbSense <= sizeof(Req.aSense))
     584    Assert(cbSense <= sizeof(Req.aSense));
    585585    Req.spt.SenseInfoLength = cbSense;
    586586    Req.spt.SenseInfoOffset = RT_OFFSETOF(struct _REQ, aSense);
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