Changeset 60522 in vbox for trunk/src/VBox/ValidationKit/utils/usb/UsbTestServicePlatform-linux.cpp
- Timestamp:
- Apr 15, 2016 2:34:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServicePlatform-linux.cpp
r60518 r60522 178 178 g_paDummyHcd[idxHcdCur].uBusId = uBusId; 179 179 g_paDummyHcd[idxHcdCur].fAvailable = true; 180 idxHcdCur++; 180 181 } 181 182 } … … 300 301 pszIdx++; 301 302 uint32_t idxHcd = 0; 302 rc = RTStrToUInt32Ex(psz Udc, NULL, 10, &idxHcd);303 rc = RTStrToUInt32Ex(pszIdx, NULL, 10, &idxHcd); 303 304 if (RT_SUCCESS(rc)) 304 305 {
Note:
See TracChangeset
for help on using the changeset viewer.