- Timestamp:
- Jan 6, 2017 3:49:24 PM (8 years ago)
- Location:
- trunk/src/VBox/ValidationKit/utils
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecService.cpp
r64366 r65188 3352 3352 { 3353 3353 PCTXSTRANSPORT pTransport = NULL; 3354 for (size_t i = 0; RT_ELEMENTS(g_apTransports); i++)3354 for (size_t i = 0; i < RT_ELEMENTS(g_apTransports); i++) 3355 3355 if (!strcmp(g_apTransports[i]->szName, Val.psz)) 3356 3356 { -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestService.cpp
r64365 r65188 1539 1539 { 1540 1540 PCUTSTRANSPORT pTransport = NULL; 1541 for (size_t i = 0; RT_ELEMENTS(g_apTransports); i++)1541 for (size_t i = 0; i < RT_ELEMENTS(g_apTransports); i++) 1542 1542 if (!strcmp(g_apTransports[i]->szName, Val.psz)) 1543 1543 {
Note:
See TracChangeset
for help on using the changeset viewer.