Changeset 62707 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/win/dev
- Timestamp:
- Jul 29, 2016 8:31:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.cpp
r62706 r62707 594 594 } 595 595 596 /** @todo r=bird: Need to write a script for fixing these kind of clueless use 597 * of AssertMsgFailed (into AssertMsgReturn). The __FUNCTION__ is just 598 * the topping it off - the assertion message includes function, file and 599 * line number. Duh! */ 596 600 PUSB_CONFIGURATION_DESCRIPTOR pCfgDr = vboxUsbRtFindConfigDesc(pDevExt, uConfiguration); 597 601 if (!pCfgDr)
Note:
See TracChangeset
for help on using the changeset viewer.