VirtualBox

Ignore:
Timestamp:
Jan 6, 2017 3:49:24 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112692
Message:

Validation Kit: fixed two loops

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/usb/UsbTestService.cpp

    r64365 r65188  
    15391539            {
    15401540                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++)
    15421542                    if (!strcmp(g_apTransports[i]->szName, Val.psz))
    15431543                    {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette