Changeset 7836 in vbox
- Timestamp:
- Apr 9, 2008 12:51:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/USBDeviceFilterImpl.cpp
r7207 r7836 54 54 } 55 55 else if (USBFilterIsMethodString (matchingMethod)) 56 Bstr (USBFilterGetString (aFilter, aIdx)).cloneTo (aStr); 56 { 57 const char *psz = USBFilterGetString (aFilter, aIdx); 58 Bstr (psz).cloneTo (aStr); 59 } 57 60 else 58 61 Bstr ().cloneTo (aStr);
Note:
See TracChangeset
for help on using the changeset viewer.